Html Css Color HEX #9552CA Deep Lilac

📋 copy color: '#9552CA'

red 149 ◦ green 82 ◦ blue 202

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

Shades of Deep Lilac #9552CA

Tints of Deep Lilac #9552CA

RGB

 RED value IS 149 (58.59% from 255) = 34.41%

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

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

R = 34.41%
G = 18.94%
B = 46.65%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9552CA (or 0x9552CA) is known color: Deep Lilac. HEX triplet: 95, 52 and CA. RGB value is (149,82,202). Sum of RGB (Red+Green+Blue) = 149+82+202=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #9552CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9552CA is #6AAD35. Grayscale: #737373. Windows color (decimal): -6991158 or 13259413. OLE color: 13259413.

HSL color Cylindrical-coordinate representation of color #9552CA: hue angle of 273.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 #9552CA is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 82 202 -
CMYK 0.26 0.59 0 0.21
HSL 273.5º 0.53% 0.56% -
HSV(B) 273.5º 0.59% 0.79% -
XYZ 26.07 16.69 57.72 -
YUV 115.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 149 82 202 0.26 0.59 0 0.21 273.5 0.53 0.56
Hex 95 52 CA 1A 3B 0 15 112 35 38
Octal 225 122 312 32 73 0 25 422 65 70
Binary 10010101 1010010 11001010 11010 111011 0 10101 100010010 110101 111000

Color Harmonies of #9552CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9552CA

Black with #9552CA

Text Example


Text Example

White with #9552CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9552CA; }

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

 H1.HeaderClassName
 {
   color: #9552CA;
 }
 .AnyTagClassName
 {
   color: #9552CA;
 }
</style>

background-color css

<style>
 a { background-color: #9552CA; }

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

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

border-color css

<style>
 span { border-color: #9552CA; }

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

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