#8309CC

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

Shades of Dark Violet #8309CC

Tints of Dark Violet #8309CC

Color information

#8309CC (or 0x8309CC) is unknown color: approx Dark Violet. HEX triplet: 83, 09 and CC. RGB value is (131,9,204). Sum of RGB (Red+Green+Blue) = 131+9+204=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #8309CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309CC is #7CF633. Grayscale: #434343. Windows color (decimal): -8189492 or 13371779. OLE color: 13371779.

HSL color Cylindrical-coordinate representation of color #8309CC: hue angle of 277.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8309CC is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1319204-
CMYK0.360.9600.2
HSL277.54º91.55%41.76%-
HSV(B)277.54º95.59%80%-
XYZ20.369.3857.86-
YUV67.71204.92173.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 204 (80.08% from 255) = 59.30%
R=38.08%
G=2.62%
B=59.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13192040.360.9600.2277.5491.5541.76
Hex839CC24600141165c2a
Octal203113144414002442613452
Binary1000001110011100110010010011000000101001000101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8309CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8309CC; }

 p { color: rgb(131,9,204); }

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

<style>
 a { background-color: #8309CC; }

 a { background-color: rgb(131,9,204); }

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

<style>
 span { border-color: #8309CC; }

 span { border-color: rgb(131,9,204); }

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