#950BEA

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

Shades of Dark Violet #950BEA

Tints of Dark Violet #950BEA

Color information

#950BEA (or 0x950BEA) is unknown color: approx Dark Violet. HEX triplet: 95, 0B and EA. RGB value is (149,11,234). Sum of RGB (Red+Green+Blue) = 149+11+234=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #950BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #950BEA is #6AF415. Grayscale: #4C4C4C. Windows color (decimal): -7009302 or 15338389. OLE color: 15338389.

HSL color Cylindrical-coordinate representation of color #950BEA: hue angle of 277.13º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950BEA is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14911234-
CMYK0.360.9500.08
HSL277.13º91.02%48.04%-
HSV(B)277.13º95.3%91.76%-
XYZ27.3712.5778.83-
YUV77.68216.22178.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 11 (4.69% from 255) = 2.79%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=37.82%
G=2.79%
B=59.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal149112340.360.9500.08277.1391.0248.04
Hex95BEA245F081155b30
Octal225133524413701042513360
Binary100101011011111010101001001011111010001000101011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,11,234); }

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

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

 a { background-color: rgb(149,11,234); }

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

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

 span { border-color: rgb(149,11,234); }

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