Html Css Color HEX #955AAB Deep Lilac

📋 copy color: '#955AAB'

red 149 ◦ green 90 ◦ blue 171

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

Shades of Deep Lilac #955AAB

Tints of Deep Lilac #955AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.95%

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

R = 36.34%
G = 21.95%
B = 41.71%

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

#955AAB (or 0x955AAB) is known color: Deep Lilac. HEX triplet: 95, 5A and AB. RGB value is (149,90,171). Sum of RGB (Red+Green+Blue) = 149+90+171=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #955AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955AAB is #6AA554. Grayscale: #747474. Windows color (decimal): -6989141 or 11229845. OLE color: 11229845.

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

Color convert

RGB 149 90 171 -
CMYK 0.13 0.47 0 0.33
HSL 283.7º 0.33% 0.51% -
HSV(B) 283.7º 0.47% 0.67% -
XYZ 23.4 16.64 40.51 -
YUV 116.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 149 90 171 0.13 0.47 0 0.33 283.7 0.33 0.51
Hex 95 5A AB D 2F 0 21 11C 21 33
Octal 225 132 253 15 57 0 41 434 41 63
Binary 10010101 1011010 10101011 1101 101111 0 100001 100011100 100001 110011

Color Harmonies of #955AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955AAB

Black with #955AAB

Text Example


Text Example

White with #955AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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