Html Css Color HEX #9A51CB Deep Lilac

📋 copy color: '#9A51CB'

red 154 ◦ green 81 ◦ blue 203

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

Shades of Deep Lilac #9A51CB

Tints of Deep Lilac #9A51CB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.49%

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 35.16%
G = 18.49%
B = 46.35%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A51CB (or 0x9A51CB) is known color: Deep Lilac. HEX triplet: 9A, 51 and CB. RGB value is (154,81,203). Sum of RGB (Red+Green+Blue) = 154+81+203=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A51CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51CB is #65AE34. Grayscale: #747474. Windows color (decimal): -6663733 or 13324698. OLE color: 13324698.

HSL color Cylindrical-coordinate representation of color #9A51CB: hue angle of 275.9º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A51CB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 81 203 -
CMYK 0.24 0.60 0 0.20
HSL 275.9º 0.54% 0.56% -
HSV(B) 275.9º 0.6% 0.8% -
XYZ 27.05 17.07 58.37 -
YUV 116.74 176.68 154.58 -
System Red Green Blue C M Y K H S L
Decimal 154 81 203 0.24 0.60 0 0.20 275.9 0.54 0.56
Hex 9A 51 CB 18 3C 0 14 114 36 38
Octal 232 121 313 30 74 0 24 424 66 70
Binary 10011010 1010001 11001011 11000 111100 0 10100 100010100 110110 111000

Color Harmonies of #9A51CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A51CB

Black with #9A51CB

Text Example


Text Example

White with #9A51CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,81,203); }

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

background-color css

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

 a { background-color: rgb(154,81,203); }

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

border-color css

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

 span { border-color: rgb(154,81,203); }

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