#950EB2

Color #950EB2 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #950EB2

Tints of Dark Violet #950EB2

Color information

#950EB2 (or 0x950EB2) is unknown color: approx Dark Violet. HEX triplet: 95, 0E and B2. RGB value is (149,14,178). Sum of RGB (Red+Green+Blue) = 149+14+178=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #950EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #950EB2 is #6AF14D. Grayscale: #484848. Windows color (decimal): -7008590 or 11669141. OLE color: 11669141.

HSL color Cylindrical-coordinate representation of color #950EB2: hue angle of 289.39º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950EB2 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14914178-
CMYK0.160.9200.30
HSL289.39º85.42%37.65%-
HSV(B)289.39º92.13%69.8%-
XYZ20.599.9242.95-
YUV73.06187.23182.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 14 (5.86% from 255) = 4.11%
BLUE value IS 178 (69.92% from 255) = 52.20%
R=43.70%
G=4.11%
B=52.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal149141780.160.9200.30289.3985.4237.65
Hex95EB2105C01E1215526
Octal225162622013403644112546
Binary100101011110101100101000010111000111101001000011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950EB2; }

 p { color: rgb(149,14,178); }

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

<style>
 a { background-color: #950EB2; }

 a { background-color: rgb(149,14,178); }

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

<style>
 span { border-color: #950EB2; }

 span { border-color: rgb(149,14,178); }

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