#8300CD

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

Shades of Dark Violet #8300CD

Tints of Dark Violet #8300CD

Color information

#8300CD (or 0x8300CD) is unknown color: approx Dark Violet. HEX triplet: 83, 00 and CD. RGB value is (131,0,205). Sum of RGB (Red+Green+Blue) = 131+0+205=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #8300CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8300CD is #7CFF32. Grayscale: #3D3D3D. Windows color (decimal): -8191795 or 13435011. OLE color: 13435011.

HSL color Cylindrical-coordinate representation of color #8300CD: hue angle of 278.34º 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 #8300CD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1310205-
CMYK0.36100.20
HSL278.34º100%40.2%-
HSV(B)278.34º100%80.39%-
XYZ20.389.2358.47-
YUV62.54208.4176.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 61.01%
R=38.99%
G=0%
B=61.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal13102050.36100.20278.3410040.2
Hex830CD24640141166428
Octal20303154414402442614450
Binary1000001101100110110010011001000101001000101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8300CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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