#8309EA

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

Shades of Dark Violet #8309EA

Tints of Dark Violet #8309EA

Color information

#8309EA (or 0x8309EA) is unknown color: approx Dark Violet. HEX triplet: 83, 09 and EA. RGB value is (131,9,234). Sum of RGB (Red+Green+Blue) = 131+9+234=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #8309EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8309EA is #7CF615. Grayscale: #464646. Windows color (decimal): -8189462 or 15337859. OLE color: 15337859.

HSL color Cylindrical-coordinate representation of color #8309EA: hue angle of 272.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8309EA is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1319234-
CMYK0.440.9600.08
HSL272.53º92.59%47.65%-
HSV(B)272.53º96.15%91.76%-
XYZ24.3110.9678.68-
YUV71.13219.92170.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 9 (3.91% from 255) = 2.41%
BLUE value IS 234 (91.80% from 255) = 62.57%
R=35.03%
G=2.41%
B=62.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13192340.440.9600.08272.5392.5947.65
Hex839EA2C60081115d30
Octal203113525414001042113560
Binary100000111001111010101011001100000010001000100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8309EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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