Html Css Color HEX #953BAA Deep Lilac

📋 copy color: '#953BAA'

red 149 ◦ green 59 ◦ blue 170

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

Shades of Deep Lilac #953BAA

Tints of Deep Lilac #953BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.61%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 39.42%
G = 15.61%
B = 44.97%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953BAA (or 0x953BAA) is known color: Deep Lilac. HEX triplet: 95, 3B and AA. RGB value is (149,59,170). Sum of RGB (Red+Green+Blue) = 149+59+170=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #953BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BAA is #6AC455. Grayscale: #626262. Windows color (decimal): -6997078 or 11156373. OLE color: 11156373.

HSL color Cylindrical-coordinate representation of color #953BAA: hue angle of 288.65º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953BAA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 59 170 -
CMYK 0.12 0.65 0 0.33
HSL 288.65º 0.48% 0.45% -
HSV(B) 288.65º 0.65% 0.67% -
XYZ 21.21 12.42 39.31 -
YUV 98.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 149 59 170 0.12 0.65 0 0.33 288.65 0.48 0.45
Hex 95 3B AA C 41 0 21 121 30 2D
Octal 225 73 252 14 101 0 41 441 60 55
Binary 10010101 111011 10101010 1100 1000001 0 100001 100100001 110000 101101

Color Harmonies of #953BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BAA

Black with #953BAA

Text Example


Text Example

White with #953BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953BAA; }

 p { color: rgb(149,59,170); }

 H1.HeaderClassName
 {
   color: #953BAA;
 }
 .AnyTagClassName
 {
   color: #953BAA;
 }
</style>

background-color css

<style>
 a { background-color: #953BAA; }

 a { background-color: rgb(149,59,170); }

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

border-color css

<style>
 span { border-color: #953BAA; }

 span { border-color: rgb(149,59,170); }

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