Html Css Color HEX #955BAB Deep Lilac

📋 copy color: '#955BAB'

red 149 ◦ green 91 ◦ blue 171

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

Shades of Deep Lilac #955BAB

Tints of Deep Lilac #955BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

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

R = 36.25%
G = 22.14%
B = 41.61%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#955BAB (or 0x955BAB) is known color: Deep Lilac. HEX triplet: 95, 5B and AB. RGB value is (149,91,171). Sum of RGB (Red+Green+Blue) = 149+91+171=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #955BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955BAB is #6AA454. Grayscale: #757575. Windows color (decimal): -6988885 or 11230101. OLE color: 11230101.

HSL color Cylindrical-coordinate representation of color #955BAB: hue angle of 283.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955BAB is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 91 171 -
CMYK 0.13 0.47 0 0.33
HSL 283.5º 0.32% 0.51% -
HSV(B) 283.5º 0.47% 0.67% -
XYZ 23.49 16.81 40.54 -
YUV 117.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 149 91 171 0.13 0.47 0 0.33 283.5 0.32 0.51
Hex 95 5B AB D 2F 0 21 11C 20 33
Octal 225 133 253 15 57 0 41 434 40 63
Binary 10010101 1011011 10101011 1101 101111 0 100001 100011100 100000 110011

Color Harmonies of #955BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BAB

Black with #955BAB

Text Example


Text Example

White with #955BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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