Html Css Color HEX #945DCF Amethyst

📋 copy color: '#945DCF'

red 148 ◦ green 93 ◦ blue 207

#945DCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #945DCF

Tints of Amethyst #945DCF

RGB

 RED value IS 148 (58.2% from 255) = 33.04%

 GREEN value IS 93 (36.72% from 255) = 20.76%

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 33.04%
G = 20.76%
B = 46.21%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#945DCF (or 0x945DCF) is known color: Amethyst. HEX triplet: 94, 5D and CF. RGB value is (148,93,207). Sum of RGB (Red+Green+Blue) = 148+93+207=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #945DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DCF is #6BA230. Grayscale: #7A7A7A. Windows color (decimal): -7053873 or 13589908. OLE color: 13589908.

HSL color Cylindrical-coordinate representation of color #945DCF: hue angle of 268.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945DCF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 93 207 -
CMYK 0.29 0.55 0 0.19
HSL 268.95º 0.54% 0.59% -
HSV(B) 268.95º 0.55% 0.81% -
XYZ 27.39 18.63 61.18 -
YUV 122.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 148 93 207 0.29 0.55 0 0.19 268.95 0.54 0.59
Hex 94 5D CF 1D 37 0 13 10D 36 3B
Octal 224 135 317 35 67 0 23 415 66 73
Binary 10010100 1011101 11001111 11101 110111 0 10011 100001101 110110 111011

Color Harmonies of #945DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945DCF

Black with #945DCF

Text Example


Text Example

White with #945DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945DCF; }

 p { color: rgb(148,93,207); }

 H1.HeaderClassName
 {
   color: #945DCF;
 }
 .AnyTagClassName
 {
   color: #945DCF;
 }
</style>

background-color css

<style>
 a { background-color: #945DCF; }

 a { background-color: rgb(148,93,207); }

 div.DivClassName
 {
   background-color: #945DCF;
 }
 .BgClassName
 {
   background-color: #945DCF;
 }
</style>

border-color css

<style>
 span { border-color: #945DCF; }

 span { border-color: rgb(148,93,207); }

 td.TdClassName
 {
   border-color: #945DCF;
 }
 .TagClassName
 {
   border-color: #945DCF;
 }
</style>