Html Css Color HEX #9D52CB Deep Lilac

📋 copy color: '#9D52CB'

red 157 ◦ green 82 ◦ blue 203

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

Shades of Deep Lilac #9D52CB

Tints of Deep Lilac #9D52CB

RGB

 RED value IS 157 (61.72% from 255) = 35.52%

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

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

R = 35.52%
G = 18.55%
B = 45.93%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9D52CB (or 0x9D52CB) is known color: Deep Lilac. HEX triplet: 9D, 52 and CB. RGB value is (157,82,203). Sum of RGB (Red+Green+Blue) = 157+82+203=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D52CB is #62AD34. Grayscale: #757575. Windows color (decimal): -6466869 or 13324957. OLE color: 13324957.

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

Color convert

RGB 157 82 203 -
CMYK 0.23 0.60 0 0.20
HSL 277.19º 0.54% 0.56% -
HSV(B) 277.19º 0.6% 0.8% -
XYZ 27.7 17.51 58.42 -
YUV 118.22 175.85 155.66 -
System Red Green Blue C M Y K H S L
Decimal 157 82 203 0.23 0.60 0 0.20 277.19 0.54 0.56
Hex 9D 52 CB 17 3C 0 14 115 36 38
Octal 235 122 313 27 74 0 24 425 66 70
Binary 10011101 1010010 11001011 10111 111100 0 10100 100010101 110110 111000

Color Harmonies of #9D52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D52CB

Black with #9D52CB

Text Example


Text Example

White with #9D52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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