#950CB5

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

Shades of Dark Violet #950CB5

Tints of Dark Violet #950CB5

Color information

#950CB5 (or 0x950CB5) is unknown color: approx Dark Violet. HEX triplet: 95, 0C and B5. RGB value is (149,12,181). Sum of RGB (Red+Green+Blue) = 149+12+181=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #950CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CB5 is #6AF34A. Grayscale: #474747. Windows color (decimal): -7009099 or 11865237. OLE color: 11865237.

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

Color convert

RGB14912181-
CMYK0.180.9300.29
HSL288.64º87.56%37.84%-
HSV(B)288.64º93.37%70.98%-
XYZ20.879.9944.54-
YUV72.23189.39182.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 12 (5.08% from 255) = 3.51%
BLUE value IS 181 (71.09% from 255) = 52.92%
R=43.57%
G=3.51%
B=52.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149121810.180.9300.29288.6487.5637.84
Hex95CB5125D01D1215826
Octal225142652213503544113046
Binary100101011100101101011001010111010111011001000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,12,181); }

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

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

 a { background-color: rgb(149,12,181); }

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

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

 span { border-color: rgb(149,12,181); }

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