Html Css Color HEX #8204C9 Dark Violet

📋 copy color: '#8204C9'

red 130 ◦ green 4 ◦ blue 201

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

Shades of Dark Violet #8204C9

Tints of Dark Violet #8204C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60%

R = 38.81%
G = 1.19%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8204C9 (or 0x8204C9) is known color: Dark Violet. HEX triplet: 82, 04 and C9. RGB value is (130,4,201). Sum of RGB (Red+Green+Blue) = 130+4+201=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #8204C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204C9 is #7DFB36. Grayscale: #3F3F3F. Windows color (decimal): -8256311 or 13173890. OLE color: 13173890.

HSL color Cylindrical-coordinate representation of color #8204C9: hue angle of 278.38º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204C9 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 4 201 -
CMYK 0.35 0.98 0 0.21
HSL 278.38º 0.96% 0.4% -
HSV(B) 278.38º 0.98% 0.79% -
XYZ 19.79 9.05 55.96 -
YUV 64.13 205.24 174.98 -
System Red Green Blue C M Y K H S L
Decimal 130 4 201 0.35 0.98 0 0.21 278.38 0.96 0.4
Hex 82 4 C9 23 62 0 15 116 60 28
Octal 202 4 311 43 142 0 25 426 140 50
Binary 10000010 100 11001001 100011 1100010 0 10101 100010110 1100000 101000

Color Harmonies of #8204C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8204C9

Black with #8204C9

Text Example


Text Example

White with #8204C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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