Html Css Color HEX #955BA7 Deep Lilac

📋 copy color: '#955BA7'

red 149 ◦ green 91 ◦ blue 167

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

Shades of Deep Lilac #955BA7

Tints of Deep Lilac #955BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.03%

R = 36.61%
G = 22.36%
B = 41.03%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#955BA7 (or 0x955BA7) is known color: Deep Lilac. HEX triplet: 95, 5B and A7. RGB value is (149,91,167). Sum of RGB (Red+Green+Blue) = 149+91+167=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 167 - color contains mainly: blue. Hex color #955BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955BA7 is #6AA458. Grayscale: #747474. Windows color (decimal): -6988889 or 10967957. OLE color: 10967957.

HSL color Cylindrical-coordinate representation of color #955BA7: hue angle of 285.79º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955BA7 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 91 167 -
CMYK 0.11 0.46 0 0.35
HSL 285.79º 0.3% 0.51% -
HSV(B) 285.79º 0.46% 0.65% -
XYZ 23.11 16.66 38.56 -
YUV 117.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 149 91 167 0.11 0.46 0 0.35 285.79 0.3 0.51
Hex 95 5B A7 B 2E 0 23 11E 1E 33
Octal 225 133 247 13 56 0 43 436 36 63
Binary 10010101 1011011 10100111 1011 101110 0 100011 100011110 11110 110011

Color Harmonies of #955BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BA7

Black with #955BA7

Text Example


Text Example

White with #955BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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