Html Css Color HEX #9B52CB Deep Lilac

📋 copy color: '#9B52CB'

red 155 ◦ green 82 ◦ blue 203

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

Shades of Deep Lilac #9B52CB

Tints of Deep Lilac #9B52CB

RGB

 RED value IS 155 (60.94% from 255) = 35.23%

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

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

R = 35.23%
G = 18.64%
B = 46.14%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B52CB (or 0x9B52CB) is known color: Deep Lilac. HEX triplet: 9B, 52 and CB. RGB value is (155,82,203). Sum of RGB (Red+Green+Blue) = 155+82+203=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B52CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52CB is #64AD34. Grayscale: #757575. Windows color (decimal): -6597941 or 13324955. OLE color: 13324955.

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

Color convert

RGB 155 82 203 -
CMYK 0.24 0.60 0 0.20
HSL 276.2º 0.54% 0.56% -
HSV(B) 276.2º 0.6% 0.8% -
XYZ 27.31 17.31 58.4 -
YUV 117.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 155 82 203 0.24 0.60 0 0.20 276.2 0.54 0.56
Hex 9B 52 CB 18 3C 0 14 114 36 38
Octal 233 122 313 30 74 0 24 424 66 70
Binary 10011011 1010010 11001011 11000 111100 0 10100 100010100 110110 111000

Color Harmonies of #9B52CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B52CB

Black with #9B52CB

Text Example


Text Example

White with #9B52CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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