#8309BE

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

Shades of Dark Violet #8309BE

Tints of Dark Violet #8309BE

Color information

#8309BE (or 0x8309BE) is unknown color: approx Dark Violet. HEX triplet: 83, 09 and BE. RGB value is (131,9,190). Sum of RGB (Red+Green+Blue) = 131+9+190=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #8309BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309BE is #7CF641. Grayscale: #414141. Windows color (decimal): -8189506 or 12454275. OLE color: 12454275.

HSL color Cylindrical-coordinate representation of color #8309BE: hue angle of 280.44º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8309BE is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1319190-
CMYK0.310.9500.25
HSL280.44º90.95%39.02%-
HSV(B)280.44º95.26%74.51%-
XYZ18.758.7449.41-
YUV66.11197.92174.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 9 (3.91% from 255) = 2.73%
BLUE value IS 190 (74.61% from 255) = 57.58%
R=39.70%
G=2.73%
B=57.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal13191900.310.9500.25280.4490.9539.02
Hex839BE1F5F0191185b27
Octal203112763713703143013347
Binary100000111001101111101111110111110110011000110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8309BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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