Html Css Color HEX #9A4FC6 Deep Lilac

📋 copy color: '#9A4FC6'

red 154 ◦ green 79 ◦ blue 198

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

Shades of Deep Lilac #9A4FC6

Tints of Deep Lilac #9A4FC6

RGB

 RED value IS 154 (60.55% from 255) = 35.73%

 GREEN value IS 79 (31.25% from 255) = 18.33%

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 35.73%
G = 18.33%
B = 45.94%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9A4FC6 (or 0x9A4FC6) is known color: Deep Lilac. HEX triplet: 9A, 4F and C6. RGB value is (154,79,198). Sum of RGB (Red+Green+Blue) = 154+79+198=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A4FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4FC6 is #65B039. Grayscale: #727272. Windows color (decimal): -6664250 or 12996506. OLE color: 12996506.

HSL color Cylindrical-coordinate representation of color #9A4FC6: hue angle of 277.82º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A4FC6 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 154 79 198 -
CMYK 0.22 0.60 0 0.22
HSL 277.82º 0.51% 0.54% -
HSV(B) 277.82º 0.6% 0.78% -
XYZ 26.32 16.54 55.23 -
YUV 114.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 154 79 198 0.22 0.60 0 0.22 277.82 0.51 0.54
Hex 9A 4F C6 16 3C 0 16 116 33 36
Octal 232 117 306 26 74 0 26 426 63 66
Binary 10011010 1001111 11000110 10110 111100 0 10110 100010110 110011 110110

Color Harmonies of #9A4FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4FC6

Black with #9A4FC6

Text Example


Text Example

White with #9A4FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4FC6; }

 p { color: rgb(154,79,198); }

 H1.HeaderClassName
 {
   color: #9A4FC6;
 }
 .AnyTagClassName
 {
   color: #9A4FC6;
 }
</style>

background-color css

<style>
 a { background-color: #9A4FC6; }

 a { background-color: rgb(154,79,198); }

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

border-color css

<style>
 span { border-color: #9A4FC6; }

 span { border-color: rgb(154,79,198); }

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