Html Css Color HEX #9952CE Deep Lilac

📋 copy color: '#9952CE'

red 153 ◦ green 82 ◦ blue 206

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

Shades of Deep Lilac #9952CE

Tints of Deep Lilac #9952CE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.59%

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

R = 34.69%
G = 18.59%
B = 46.71%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9952CE (or 0x9952CE) is known color: Deep Lilac. HEX triplet: 99, 52 and CE. RGB value is (153,82,206). Sum of RGB (Red+Green+Blue) = 153+82+206=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 82 (32.42% from 255 or 18.59% 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 #9952CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952CE is #66AD31. Grayscale: #747474. Windows color (decimal): -6729010 or 13521561. OLE color: 13521561.

HSL color Cylindrical-coordinate representation of color #9952CE: hue angle of 274.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9952CE is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 82 206 -
CMYK 0.26 0.60 0 0.19
HSL 274.35º 0.56% 0.56% -
HSV(B) 274.35º 0.6% 0.81% -
XYZ 27.29 17.26 60.29 -
YUV 117.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 153 82 206 0.26 0.60 0 0.19 274.35 0.56 0.56
Hex 99 52 CE 1A 3C 0 13 112 38 38
Octal 231 122 316 32 74 0 23 422 70 70
Binary 10011001 1010010 11001110 11010 111100 0 10011 100010010 111000 111000

Color Harmonies of #9952CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9952CE

Black with #9952CE

Text Example


Text Example

White with #9952CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9952CE; }

 p { color: rgb(153,82,206); }

 H1.HeaderClassName
 {
   color: #9952CE;
 }
 .AnyTagClassName
 {
   color: #9952CE;
 }
</style>

background-color css

<style>
 a { background-color: #9952CE; }

 a { background-color: rgb(153,82,206); }

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

border-color css

<style>
 span { border-color: #9952CE; }

 span { border-color: rgb(153,82,206); }

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