Html Css Color HEX #9252CB Deep Lilac

📋 copy color: '#9252CB'

red 146 ◦ green 82 ◦ blue 203

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

Shades of Deep Lilac #9252CB

Tints of Deep Lilac #9252CB

RGB

 RED value IS 146 (57.42% from 255) = 33.87%

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

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

R = 33.87%
G = 19.03%
B = 47.1%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9252CB (or 0x9252CB) is known color: Deep Lilac. HEX triplet: 92, 52 and CB. RGB value is (146,82,203). Sum of RGB (Red+Green+Blue) = 146+82+203=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #9252CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252CB is #6DAD34. Grayscale: #727272. Windows color (decimal): -7187765 or 13324946. OLE color: 13324946.

HSL color Cylindrical-coordinate representation of color #9252CB: hue angle of 271.74º 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 #9252CB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 82 203 -
CMYK 0.28 0.60 0 0.20
HSL 271.74º 0.54% 0.56% -
HSV(B) 271.74º 0.6% 0.8% -
XYZ 25.65 16.46 58.32 -
YUV 114.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 146 82 203 0.28 0.60 0 0.20 271.74 0.54 0.56
Hex 92 52 CB 1C 3C 0 14 110 36 38
Octal 222 122 313 34 74 0 24 420 66 70
Binary 10010010 1010010 11001011 11100 111100 0 10100 100010000 110110 111000

Color Harmonies of #9252CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9252CB

Black with #9252CB

Text Example


Text Example

White with #9252CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9252CB; }

 p { color: rgb(146,82,203); }

 H1.HeaderClassName
 {
   color: #9252CB;
 }
 .AnyTagClassName
 {
   color: #9252CB;
 }
</style>

background-color css

<style>
 a { background-color: #9252CB; }

 a { background-color: rgb(146,82,203); }

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

border-color css

<style>
 span { border-color: #9252CB; }

 span { border-color: rgb(146,82,203); }

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