Html Css Color HEX #8204BC Dark Violet

📋 copy color: '#8204BC'

red 130 ◦ green 4 ◦ blue 188

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

Shades of Dark Violet #8204BC

Tints of Dark Violet #8204BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 40.37%
G = 1.24%
B = 58.39%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8204BC (or 0x8204BC) is known color: Dark Violet. HEX triplet: 82, 04 and BC. RGB value is (130,4,188). Sum of RGB (Red+Green+Blue) = 130+4+188=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #8204BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204BC is #7DFB43. Grayscale: #3E3E3E. Windows color (decimal): -8256324 or 12321922. OLE color: 12321922.

HSL color Cylindrical-coordinate representation of color #8204BC: hue angle of 281.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204BC is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 4 188 -
CMYK 0.31 0.98 0 0.26
HSL 281.09º 0.96% 0.38% -
HSV(B) 281.09º 0.98% 0.74% -
XYZ 18.33 8.46 48.24 -
YUV 62.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 130 4 188 0.31 0.98 0 0.26 281.09 0.96 0.38
Hex 82 4 BC 1F 62 0 1A 119 60 26
Octal 202 4 274 37 142 0 32 431 140 46
Binary 10000010 100 10111100 11111 1100010 0 11010 100011001 1100000 100110

Color Harmonies of #8204BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8204BC

Black with #8204BC

Text Example


Text Example

White with #8204BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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