Html Css Color HEX #8201CC Dark Violet

📋 copy color: '#8201CC'

red 130 ◦ green 1 ◦ blue 204

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

Shades of Dark Violet #8201CC

Tints of Dark Violet #8201CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 38.81%
G = 0.3%
B = 60.9%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8201CC (or 0x8201CC) is known color: Dark Violet. HEX triplet: 82, 01 and CC. RGB value is (130,1,204). Sum of RGB (Red+Green+Blue) = 130+1+204=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #8201CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201CC is #7DFE33. Grayscale: #3E3E3E. Windows color (decimal): -8257076 or 13369730. OLE color: 13369730.

HSL color Cylindrical-coordinate representation of color #8201CC: hue angle of 278.13º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8201CC is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 1 204 -
CMYK 0.36 1.00 0 0.2
HSL 278.13º 0.99% 0.4% -
HSV(B) 278.13º 1% 0.8% -
XYZ 20.12 9.13 57.83 -
YUV 62.71 207.74 175.99 -
System Red Green Blue C M Y K H S L
Decimal 130 1 204 0.36 1.00 0 0.2 278.13 0.99 0.4
Hex 82 1 CC 24 64 0 14 116 63 28
Octal 202 1 314 44 144 0 24 426 143 50
Binary 10000010 1 11001100 100100 1100100 0 10100 100010110 1100011 101000

Color Harmonies of #8201CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8201CC

Black with #8201CC

Text Example


Text Example

White with #8201CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8201CC; }

 p { color: rgb(130,1,204); }

 H1.HeaderClassName
 {
   color: #8201CC;
 }
 .AnyTagClassName
 {
   color: #8201CC;
 }
</style>

background-color css

<style>
 a { background-color: #8201CC; }

 a { background-color: rgb(130,1,204); }

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

border-color css

<style>
 span { border-color: #8201CC; }

 span { border-color: rgb(130,1,204); }

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