Html Css Color HEX #9B52CA Deep Lilac

📋 copy color: '#9B52CA'

red 155 ◦ green 82 ◦ blue 202

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

Shades of Deep Lilac #9B52CA

Tints of Deep Lilac #9B52CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 35.31%
G = 18.68%
B = 46.01%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B52CA (or 0x9B52CA) is known color: Deep Lilac. HEX triplet: 9B, 52 and CA. RGB value is (155,82,202). Sum of RGB (Red+Green+Blue) = 155+82+202=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B52CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B52CA is #64AD35. Grayscale: #757575. Windows color (decimal): -6597942 or 13259419. OLE color: 13259419.

HSL color Cylindrical-coordinate representation of color #9B52CA: hue angle of 276.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9B52CA is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 82 202 -
CMYK 0.23 0.59 0 0.21
HSL 276.5º 0.53% 0.56% -
HSV(B) 276.5º 0.59% 0.79% -
XYZ 27.2 17.27 57.78 -
YUV 117.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 155 82 202 0.23 0.59 0 0.21 276.5 0.53 0.56
Hex 9B 52 CA 17 3B 0 15 114 35 38
Octal 233 122 312 27 73 0 25 424 65 70
Binary 10011011 1010010 11001010 10111 111011 0 10101 100010100 110101 111000

Color Harmonies of #9B52CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B52CA

Black with #9B52CA

Text Example


Text Example

White with #9B52CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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