Html Css Color HEX #8200DF Dark Violet

📋 copy color: '#8200DF'

red 130 ◦ green 0 ◦ blue 223

#8200DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #8200DF

Tints of Dark Violet #8200DF

RGB

 RED value IS 130 (51.17% from 255) = 36.83%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 36.83%
G = 0%
B = 63.17%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8200DF (or 0x8200DF) is known color: Dark Violet. HEX triplet: 82, 00 and DF. RGB value is (130,0,223). Sum of RGB (Red+Green+Blue) = 130+0+223=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #8200DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8200DF is #7DFF20. Grayscale: #3F3F3F. Windows color (decimal): -8257313 or 14614658. OLE color: 14614658.

HSL color Cylindrical-coordinate representation of color #8200DF: hue angle of 274.98º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200DF is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 0 223 -
CMYK 0.42 1 0 0.13
HSL 274.98º 1% 0.44% -
HSV(B) 274.98º 1% 0.87% -
XYZ 22.53 10.07 70.57 -
YUV 64.29 217.57 174.87 -
System Red Green Blue C M Y K H S L
Decimal 130 0 223 0.42 1 0 0.13 274.98 1 0.44
Hex 82 0 DF 2A 64 0 D 113 64 2C
Octal 202 0 337 52 144 0 15 423 144 54
Binary 10000010 0 11011111 101010 1100100 0 1101 100010011 1100100 101100

Color Harmonies of #8200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8200DF

Black with #8200DF

Text Example


Text Example

White with #8200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8200DF; }

 p { color: rgb(130,0,223); }

 H1.HeaderClassName
 {
   color: #8200DF;
 }
 .AnyTagClassName
 {
   color: #8200DF;
 }
</style>

background-color css

<style>
 a { background-color: #8200DF; }

 a { background-color: rgb(130,0,223); }

 div.DivClassName
 {
   background-color: #8200DF;
 }
 .BgClassName
 {
   background-color: #8200DF;
 }
</style>

border-color css

<style>
 span { border-color: #8200DF; }

 span { border-color: rgb(130,0,223); }

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