#8308B1

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

Shades of Dark Violet #8308B1

Tints of Dark Violet #8308B1

Color information

#8308B1 (or 0x8308B1) is unknown color: approx Dark Violet. HEX triplet: 83, 08 and B1. RGB value is (131,8,177). Sum of RGB (Red+Green+Blue) = 131+8+177=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #8308B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8308B1 is #7CF74E. Grayscale: #3F3F3F. Windows color (decimal): -8189775 or 11602051. OLE color: 11602051.

HSL color Cylindrical-coordinate representation of color #8308B1: hue angle of 283.67º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8308B1 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1318177-
CMYK0.260.9500.31
HSL283.67º91.35%36.27%-
HSV(B)283.67º95.48%69.41%-
XYZ17.388.1742.26-
YUV64.04191.75175.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.46%
GREEN value IS 8 (3.52% from 255) = 2.53%
BLUE value IS 177 (69.53% from 255) = 56.01%
R=41.46%
G=2.53%
B=56.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13181770.260.9500.31283.6791.3536.27
Hex838B11A5F01F11c5b24
Octal203102613213703743413344
Binary100000111000101100011101010111110111111000111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8308B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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