Html Css Color HEX #955BAA Deep Lilac

📋 copy color: '#955BAA'

red 149 ◦ green 91 ◦ blue 170

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

Shades of Deep Lilac #955BAA

Tints of Deep Lilac #955BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 36.34%
G = 22.2%
B = 41.46%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#955BAA (or 0x955BAA) is known color: Deep Lilac. HEX triplet: 95, 5B and AA. RGB value is (149,91,170). Sum of RGB (Red+Green+Blue) = 149+91+170=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #955BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955BAA is #6AA455. Grayscale: #757575. Windows color (decimal): -6988886 or 11164565. OLE color: 11164565.

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

Color convert

RGB 149 91 170 -
CMYK 0.12 0.46 0 0.33
HSL 284.05º 0.32% 0.51% -
HSV(B) 284.05º 0.46% 0.67% -
XYZ 23.39 16.77 40.04 -
YUV 117.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 149 91 170 0.12 0.46 0 0.33 284.05 0.32 0.51
Hex 95 5B AA C 2E 0 21 11C 20 33
Octal 225 133 252 14 56 0 41 434 40 63
Binary 10010101 1011011 10101010 1100 101110 0 100001 100011100 100000 110011

Color Harmonies of #955BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BAA

Black with #955BAA

Text Example


Text Example

White with #955BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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