#8308BD

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

Shades of Dark Violet #8308BD

Tints of Dark Violet #8308BD

Color information

#8308BD (or 0x8308BD) is unknown color: approx Dark Violet. HEX triplet: 83, 08 and BD. RGB value is (131,8,189). Sum of RGB (Red+Green+Blue) = 131+8+189=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #8308BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8308BD is #7CF742. Grayscale: #404040. Windows color (decimal): -8189763 or 12388483. OLE color: 12388483.

HSL color Cylindrical-coordinate representation of color #8308BD: hue angle of 280.77º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8308BD is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1318189-
CMYK0.310.9600.26
HSL280.77º91.88%38.63%-
HSV(B)280.77º95.77%74.12%-
XYZ18.638.6748.84-
YUV65.41197.75174.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 8 (3.52% from 255) = 2.44%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=39.94%
G=2.44%
B=57.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13181890.310.9600.26280.7791.8838.63
Hex838BD1F6001A1195c27
Octal203102753714003243113447
Binary100000111000101111011111111000000110101000110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8308BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8308BD; }

 p { color: rgb(131,8,189); }

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

<style>
 a { background-color: #8308BD; }

 a { background-color: rgb(131,8,189); }

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

<style>
 span { border-color: #8308BD; }

 span { border-color: rgb(131,8,189); }

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