#950CC7

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

Shades of Dark Violet #950CC7

Tints of Dark Violet #950CC7

Color information

#950CC7 (or 0x950CC7) is unknown color: approx Dark Violet. HEX triplet: 95, 0C and C7. RGB value is (149,12,199). Sum of RGB (Red+Green+Blue) = 149+12+199=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #950CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950CC7 is #6AF338. Grayscale: #494949. Windows color (decimal): -7009081 or 13044885. OLE color: 13044885.

HSL color Cylindrical-coordinate representation of color #950CC7: hue angle of 283.96º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950CC7 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14912199-
CMYK0.250.9400.22
HSL283.96º88.63%41.37%-
HSV(B)283.96º93.97%78.04%-
XYZ22.8310.7854.91-
YUV74.28198.39181.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 12 (5.08% from 255) = 3.33%
BLUE value IS 199 (78.12% from 255) = 55.28%
R=41.39%
G=3.33%
B=55.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149121990.250.9400.22283.9688.6341.37
Hex95CC7195E01611c5929
Octal225143073113602643413151
Binary100101011100110001111100110111100101101000111001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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