#8300CC

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

Shades of Dark Violet #8300CC

Tints of Dark Violet #8300CC

Color information

#8300CC (or 0x8300CC) is unknown color: approx Dark Violet. HEX triplet: 83, 00 and CC. RGB value is (131,0,204). Sum of RGB (Red+Green+Blue) = 131+0+204=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #8300CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300CC is #7CFF33. Grayscale: #3D3D3D. Windows color (decimal): -8191796 or 13369475. OLE color: 13369475.

HSL color Cylindrical-coordinate representation of color #8300CC: hue angle of 278.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8300CC is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1310204-
CMYK0.36100.2
HSL278.53º100%40%-
HSV(B)278.53º100%80%-
XYZ20.269.1857.83-
YUV62.42207.9176.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=39.10%
G=0%
B=60.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal13102040.36100.2278.5310040
Hex830CC24640141176428
Octal20303144414402442714450
Binary1000001101100110010010011001000101001000101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8300CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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