Html Css Color HEX #955FAB Deep Lilac

📋 copy color: '#955FAB'

red 149 ◦ green 95 ◦ blue 171

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

Shades of Deep Lilac #955FAB

Tints of Deep Lilac #955FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

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

R = 35.9%
G = 22.89%
B = 41.2%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#955FAB (or 0x955FAB) is known color: Deep Lilac. HEX triplet: 95, 5F and AB. RGB value is (149,95,171). Sum of RGB (Red+Green+Blue) = 149+95+171=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #955FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FAB is #6AA054. Grayscale: #777777. Windows color (decimal): -6987861 or 11231125. OLE color: 11231125.

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

Color convert

RGB 149 95 171 -
CMYK 0.13 0.44 0 0.33
HSL 282.63º 0.31% 0.52% -
HSV(B) 282.63º 0.44% 0.67% -
XYZ 23.84 17.51 40.65 -
YUV 119.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 149 95 171 0.13 0.44 0 0.33 282.63 0.31 0.52
Hex 95 5F AB D 2C 0 21 11B 1F 34
Octal 225 137 253 15 54 0 41 433 37 64
Binary 10010101 1011111 10101011 1101 101100 0 100001 100011011 11111 110100

Color Harmonies of #955FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955FAB

Black with #955FAB

Text Example


Text Example

White with #955FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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