Html Css Color HEX #955BB6 Deep Lilac

📋 copy color: '#955BB6'

red 149 ◦ green 91 ◦ blue 182

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

Shades of Deep Lilac #955BB6

Tints of Deep Lilac #955BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.13%

R = 35.31%
G = 21.56%
B = 43.13%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#955BB6 (or 0x955BB6) is known color: Deep Lilac. HEX triplet: 95, 5B and B6. RGB value is (149,91,182). Sum of RGB (Red+Green+Blue) = 149+91+182=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 182 (71.48% from 255 or 43.13% from 422); Max value from RGB is 182 - color contains mainly: blue. Hex color #955BB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BB6 is #6AA449. Grayscale: #767676. Windows color (decimal): -6988874 or 11950997. OLE color: 11950997.

HSL color Cylindrical-coordinate representation of color #955BB6: hue angle of 278.24º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #955BB6 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 91 182 -
CMYK 0.18 0.5 0 0.29
HSL 278.24º 0.38% 0.54% -
HSV(B) 278.24º 0.5% 0.71% -
XYZ 24.58 17.25 46.29 -
YUV 118.72 163.72 149.6 -
System Red Green Blue C M Y K H S L
Decimal 149 91 182 0.18 0.5 0 0.29 278.24 0.38 0.54
Hex 95 5B B6 12 32 0 1D 116 26 36
Octal 225 133 266 22 62 0 35 426 46 66
Binary 10010101 1011011 10110110 10010 110010 0 11101 100010110 100110 110110

Color Harmonies of #955BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955BB6

Black with #955BB6

Text Example


Text Example

White with #955BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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