Html Css Color HEX #9951CF Deep Lilac

📋 copy color: '#9951CF'

red 153 ◦ green 81 ◦ blue 207

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

Shades of Deep Lilac #9951CF

Tints of Deep Lilac #9951CF

RGB

 RED value IS 153 (60.16% from 255) = 34.69%

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

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

R = 34.69%
G = 18.37%
B = 46.94%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9951CF (or 0x9951CF) is known color: Deep Lilac. HEX triplet: 99, 51 and CF. RGB value is (153,81,207). Sum of RGB (Red+Green+Blue) = 153+81+207=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9951CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951CF is #66AE30. Grayscale: #747474. Windows color (decimal): -6729265 or 13586841. OLE color: 13586841.

HSL color Cylindrical-coordinate representation of color #9951CF: hue angle of 274.29º degrees, saturation: 0.57, 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 #9951CF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 81 207 -
CMYK 0.26 0.61 0 0.19
HSL 274.29º 0.57% 0.56% -
HSV(B) 274.29º 0.61% 0.81% -
XYZ 27.34 17.16 60.9 -
YUV 116.89 178.85 153.75 -
System Red Green Blue C M Y K H S L
Decimal 153 81 207 0.26 0.61 0 0.19 274.29 0.57 0.56
Hex 99 51 CF 1A 3D 0 13 112 39 38
Octal 231 121 317 32 75 0 23 422 71 70
Binary 10011001 1010001 11001111 11010 111101 0 10011 100010010 111001 111000

Color Harmonies of #9951CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9951CF

Black with #9951CF

Text Example


Text Example

White with #9951CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9951CF; }

 p { color: rgb(153,81,207); }

 H1.HeaderClassName
 {
   color: #9951CF;
 }
 .AnyTagClassName
 {
   color: #9951CF;
 }
</style>

background-color css

<style>
 a { background-color: #9951CF; }

 a { background-color: rgb(153,81,207); }

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

border-color css

<style>
 span { border-color: #9951CF; }

 span { border-color: rgb(153,81,207); }

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