Html Css Color HEX #9A4CCC Deep Lilac

📋 copy color: '#9A4CCC'

red 154 ◦ green 76 ◦ blue 204

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

Shades of Deep Lilac #9A4CCC

Tints of Deep Lilac #9A4CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 35.48%
G = 17.51%
B = 47%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A4CCC (or 0x9A4CCC) is known color: Deep Lilac. HEX triplet: 9A, 4C and CC. RGB value is (154,76,204). Sum of RGB (Red+Green+Blue) = 154+76+204=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4CCC is #65B333. Grayscale: #717171. Windows color (decimal): -6665012 or 13388954. OLE color: 13388954.

HSL color Cylindrical-coordinate representation of color #9A4CCC: hue angle of 276.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A4CCC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 76 204 -
CMYK 0.25 0.63 0 0.2
HSL 276.56º 0.56% 0.55% -
HSV(B) 276.56º 0.63% 0.8% -
XYZ 26.81 16.4 58.88 -
YUV 113.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 154 76 204 0.25 0.63 0 0.2 276.56 0.56 0.55
Hex 9A 4C CC 19 3F 0 14 115 38 37
Octal 232 114 314 31 77 0 24 425 70 67
Binary 10011010 1001100 11001100 11001 111111 0 10100 100010101 111000 110111

Color Harmonies of #9A4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4CCC

Black with #9A4CCC

Text Example


Text Example

White with #9A4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,76,204); }

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

background-color css

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

 a { background-color: rgb(154,76,204); }

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

border-color css

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

 span { border-color: rgb(154,76,204); }

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