Html Css Color HEX #9352CB Deep Lilac

📋 copy color: '#9352CB'

red 147 ◦ green 82 ◦ blue 203

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

Shades of Deep Lilac #9352CB

Tints of Deep Lilac #9352CB

RGB

 RED value IS 147 (57.81% from 255) = 34.03%

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

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

R = 34.03%
G = 18.98%
B = 46.99%

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

#9352CB (or 0x9352CB) is known color: Deep Lilac. HEX triplet: 93, 52 and CB. RGB value is (147,82,203). Sum of RGB (Red+Green+Blue) = 147+82+203=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #9352CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9352CB is #6CAD34. Grayscale: #727272. Windows color (decimal): -7122229 or 13324947. OLE color: 13324947.

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

Color convert

RGB 147 82 203 -
CMYK 0.28 0.60 0 0.20
HSL 272.23º 0.54% 0.56% -
HSV(B) 272.23º 0.6% 0.8% -
XYZ 25.83 16.55 58.33 -
YUV 115.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 147 82 203 0.28 0.60 0 0.20 272.23 0.54 0.56
Hex 93 52 CB 1C 3C 0 14 110 36 38
Octal 223 122 313 34 74 0 24 420 66 70
Binary 10010011 1010010 11001011 11100 111100 0 10100 100010000 110110 111000

Color Harmonies of #9352CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9352CB

Black with #9352CB

Text Example


Text Example

White with #9352CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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