#955FBA

Color #955FBA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #955FBA

Tints of Deep Lilac #955FBA

Color information

#955FBA (or 0x955FBA) is unknown color: approx Deep Lilac. HEX triplet: 95, 5F and BA. RGB value is (149,95,186). Sum of RGB (Red+Green+Blue) = 149+95+186=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #955FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FBA is #6AA045. Grayscale: #797979. Windows color (decimal): -6987846 or 12214165. OLE color: 12214165.

HSL color Cylindrical-coordinate representation of color #955FBA: hue angle of 275.6º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #955FBA is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14995186-
CMYK0.200.4900.27
HSL275.6º39.74%55.1%-
HSV(B)275.6º48.92%72.94%-
XYZ25.3518.1248.62-
YUV121.52164.39147.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=34.65%
G=22.09%
B=43.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149951860.200.4900.27275.639.7455.1
Hex955FBA143101B1142837
Octal22513727224610334245067
Binary1001010110111111011101010100110001011011100010100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #955FBA;
 }
 .AnyTagClassName
 {
   color: #955FBA;
 }
</style>
background-color css

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

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

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

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

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

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