Html Css Color HEX #955DAB Deep Lilac

📋 copy color: '#955DAB'

red 149 ◦ green 93 ◦ blue 171

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

Shades of Deep Lilac #955DAB

Tints of Deep Lilac #955DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.52%

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

R = 36.08%
G = 22.52%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#955DAB (or 0x955DAB) is known color: Deep Lilac. HEX triplet: 95, 5D and AB. RGB value is (149,93,171). Sum of RGB (Red+Green+Blue) = 149+93+171=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #955DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955DAB is #6AA254. Grayscale: #767676. Windows color (decimal): -6988373 or 11230613. OLE color: 11230613.

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

Color convert

RGB 149 93 171 -
CMYK 0.13 0.46 0 0.33
HSL 283.08º 0.32% 0.52% -
HSV(B) 283.08º 0.46% 0.67% -
XYZ 23.66 17.16 40.59 -
YUV 118.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 149 93 171 0.13 0.46 0 0.33 283.08 0.32 0.52
Hex 95 5D AB D 2E 0 21 11B 20 34
Octal 225 135 253 15 56 0 41 433 40 64
Binary 10010101 1011101 10101011 1101 101110 0 100001 100011011 100000 110100

Color Harmonies of #955DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955DAB

Black with #955DAB

Text Example


Text Example

White with #955DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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