Html Css Color HEX #8204CF Dark Violet

📋 copy color: '#8204CF'

red 130 ◦ green 4 ◦ blue 207

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

Shades of Dark Violet #8204CF

Tints of Dark Violet #8204CF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 207 (81.25% from 255) = 60.7%

R = 38.12%
G = 1.17%
B = 60.7%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8204CF (or 0x8204CF) is known color: Dark Violet. HEX triplet: 82, 04 and CF. RGB value is (130,4,207). Sum of RGB (Red+Green+Blue) = 130+4+207=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #8204CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204CF is #7DFB30. Grayscale: #404040. Windows color (decimal): -8256305 or 13567106. OLE color: 13567106.

HSL color Cylindrical-coordinate representation of color #8204CF: hue angle of 277.24º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204CF is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 4 207 -
CMYK 0.37 0.98 0 0.19
HSL 277.24º 0.96% 0.41% -
HSV(B) 277.24º 0.98% 0.81% -
XYZ 20.51 9.34 59.75 -
YUV 64.82 208.24 174.49 -
System Red Green Blue C M Y K H S L
Decimal 130 4 207 0.37 0.98 0 0.19 277.24 0.96 0.41
Hex 82 4 CF 25 62 0 13 115 60 29
Octal 202 4 317 45 142 0 23 425 140 51
Binary 10000010 100 11001111 100101 1100010 0 10011 100010101 1100000 101001

Color Harmonies of #8204CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8204CF

Black with #8204CF

Text Example


Text Example

White with #8204CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8204CF; }

 p { color: rgb(130,4,207); }

 H1.HeaderClassName
 {
   color: #8204CF;
 }
 .AnyTagClassName
 {
   color: #8204CF;
 }
</style>

background-color css

<style>
 a { background-color: #8204CF; }

 a { background-color: rgb(130,4,207); }

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

border-color css

<style>
 span { border-color: #8204CF; }

 span { border-color: rgb(130,4,207); }

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