Html Css Color HEX #9A51CE Deep Lilac

📋 copy color: '#9A51CE'

red 154 ◦ green 81 ◦ blue 206

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

Shades of Deep Lilac #9A51CE

Tints of Deep Lilac #9A51CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 34.92%
G = 18.37%
B = 46.71%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A51CE (or 0x9A51CE) is known color: Deep Lilac. HEX triplet: 9A, 51 and CE. RGB value is (154,81,206). Sum of RGB (Red+Green+Blue) = 154+81+206=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A51CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A51CE is #65AE31. Grayscale: #747474. Windows color (decimal): -6663730 or 13521306. OLE color: 13521306.

HSL color Cylindrical-coordinate representation of color #9A51CE: hue angle of 275.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A51CE is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 154 81 206 -
CMYK 0.25 0.61 0 0.19
HSL 275.04º 0.56% 0.56% -
HSV(B) 275.04º 0.61% 0.81% -
XYZ 27.41 17.21 60.27 -
YUV 117.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 154 81 206 0.25 0.61 0 0.19 275.04 0.56 0.56
Hex 9A 51 CE 19 3D 0 13 113 38 38
Octal 232 121 316 31 75 0 23 423 70 70
Binary 10011010 1010001 11001110 11001 111101 0 10011 100010011 111000 111000

Color Harmonies of #9A51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A51CE

Black with #9A51CE

Text Example


Text Example

White with #9A51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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