#8300af

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

Shades of Dark Violet #8300AF

Tints of Dark Violet #8300AF

Color information

#8300AF (or 0x8300AF) is unknown color: approx Dark Violet. HEX triplet: 83, 00 and AF. RGB value is (131,0,175). Sum of RGB (Red+Green+Blue) = 131+0+175=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #8300AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8300AF is #7CFF50. Grayscale: #3A3A3A. Windows color (decimal): -8191825 or 11468931. OLE color: 11468931.

HSL color Cylindrical-coordinate representation of color #8300AF: hue angle of 284.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300AF is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1310175-
CMYK0.25100.31
HSL284.91º100%34.31%-
HSV(B)284.91º100%68.63%-
XYZ17.17.9241.19-
YUV59.12193.4179.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=42.81%
G=0%
B=57.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13101750.25100.31284.9110034.31
Hex830AF196401F11d6422
Octal20302573114403743514442
Binary100000110101011111100111001000111111000111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8300af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8300af; }

 p { color: rgb(131,0,175); }

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

<style>
 a { background-color: #8300af; }

 a { background-color: rgb(131,0,175); }

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

<style>
 span { border-color: #8300af; }

 span { border-color: rgb(131,0,175); }

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