Html Css Color HEX #953BAB Deep Lilac

📋 copy color: '#953BAB'

red 149 ◦ green 59 ◦ blue 171

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

Shades of Deep Lilac #953BAB

Tints of Deep Lilac #953BAB

RGB

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

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

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

R = 39.31%
G = 15.57%
B = 45.12%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953BAB (or 0x953BAB) is known color: Deep Lilac. HEX triplet: 95, 3B and AB. RGB value is (149,59,171). Sum of RGB (Red+Green+Blue) = 149+59+171=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #953BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BAB is #6AC454. Grayscale: #626262. Windows color (decimal): -6997077 or 11221909. OLE color: 11221909.

HSL color Cylindrical-coordinate representation of color #953BAB: hue angle of 288.21º degrees, saturation: 0.49, 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 #953BAB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 59 171 -
CMYK 0.13 0.65 0 0.33
HSL 288.21º 0.49% 0.45% -
HSV(B) 288.21º 0.65% 0.67% -
XYZ 21.31 12.46 39.81 -
YUV 98.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 149 59 171 0.13 0.65 0 0.33 288.21 0.49 0.45
Hex 95 3B AB D 41 0 21 120 31 2D
Octal 225 73 253 15 101 0 41 440 61 55
Binary 10010101 111011 10101011 1101 1000001 0 100001 100100000 110001 101101

Color Harmonies of #953BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BAB

Black with #953BAB

Text Example


Text Example

White with #953BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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