Html Css Color HEX #953AAB Deep Lilac

📋 copy color: '#953AAB'

red 149 ◦ green 58 ◦ blue 171

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

Shades of Deep Lilac #953AAB

Tints of Deep Lilac #953AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.34%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 39.42%
G = 15.34%
B = 45.24%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953AAB (or 0x953AAB) is known color: Deep Lilac. HEX triplet: 95, 3A and AB. RGB value is (149,58,171). Sum of RGB (Red+Green+Blue) = 149+58+171=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #953AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953AAB is #6AC554. Grayscale: #616161. Windows color (decimal): -6997333 or 11221653. OLE color: 11221653.

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

Color convert

RGB 149 58 171 -
CMYK 0.13 0.66 0 0.33
HSL 288.32º 0.49% 0.45% -
HSV(B) 288.32º 0.66% 0.67% -
XYZ 21.26 12.36 39.79 -
YUV 98.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 149 58 171 0.13 0.66 0 0.33 288.32 0.49 0.45
Hex 95 3A AB D 42 0 21 120 31 2D
Octal 225 72 253 15 102 0 41 440 61 55
Binary 10010101 111010 10101011 1101 1000010 0 100001 100100000 110001 101101

Color Harmonies of #953AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AAB

Black with #953AAB

Text Example


Text Example

White with #953AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,171); }

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

background-color css

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

 a { background-color: rgb(149,58,171); }

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

border-color css

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

 span { border-color: rgb(149,58,171); }

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