Html Css Color HEX #9852CB Deep Lilac

📋 copy color: '#9852CB'

red 152 ◦ green 82 ◦ blue 203

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

Shades of Deep Lilac #9852CB

Tints of Deep Lilac #9852CB

RGB

 RED value IS 152 (59.77% from 255) = 34.78%

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

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

R = 34.78%
G = 18.76%
B = 46.45%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9852CB (or 0x9852CB) is known color: Deep Lilac. HEX triplet: 98, 52 and CB. RGB value is (152,82,203). Sum of RGB (Red+Green+Blue) = 152+82+203=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #9852CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852CB is #67AD34. Grayscale: #747474. Windows color (decimal): -6794549 or 13324952. OLE color: 13324952.

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

Color convert

RGB 152 82 203 -
CMYK 0.25 0.60 0 0.20
HSL 274.71º 0.54% 0.56% -
HSV(B) 274.71º 0.6% 0.8% -
XYZ 26.75 17.02 58.38 -
YUV 116.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 152 82 203 0.25 0.60 0 0.20 274.71 0.54 0.56
Hex 98 52 CB 19 3C 0 14 113 36 38
Octal 230 122 313 31 74 0 24 423 66 70
Binary 10011000 1010010 11001011 11001 111100 0 10100 100010011 110110 111000

Color Harmonies of #9852CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852CB

Black with #9852CB

Text Example


Text Example

White with #9852CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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