#950DB4

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

Shades of Dark Violet #950DB4

Tints of Dark Violet #950DB4

Color information

#950DB4 (or 0x950DB4) is unknown color: approx Dark Violet. HEX triplet: 95, 0D and B4. RGB value is (149,13,180). Sum of RGB (Red+Green+Blue) = 149+13+180=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 13 (5.47% from 255 or 3.80% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #950DB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950DB4 is #6AF24B. Grayscale: #484848. Windows color (decimal): -7008844 or 11799957. OLE color: 11799957.

HSL color Cylindrical-coordinate representation of color #950DB4: hue angle of 288.86º degrees, saturation: 0.87, 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 #950DB4 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14913180-
CMYK0.170.9300.29
HSL288.86º86.53%37.84%-
HSV(B)288.86º92.78%70.59%-
XYZ20.789.9744.01-
YUV72.7188.56182.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 13 (5.47% from 255) = 3.80%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=43.57%
G=3.80%
B=52.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149131800.170.9300.29288.8686.5337.84
Hex95DB4115D01D1215726
Octal225152642113503544112746
Binary100101011101101101001000110111010111011001000011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,13,180); }

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

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

 a { background-color: rgb(149,13,180); }

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

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

 span { border-color: rgb(149,13,180); }

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