Html Css Color HEX #8202CC Dark Violet

📋 copy color: '#8202CC'

red 130 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #8202CC

Tints of Dark Violet #8202CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 38.69%
G = 0.6%
B = 60.71%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8202CC (or 0x8202CC) is known color: Dark Violet. HEX triplet: 82, 02 and CC. RGB value is (130,2,204). Sum of RGB (Red+Green+Blue) = 130+2+204=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #8202CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8202CC is #7DFD33. Grayscale: #3E3E3E. Windows color (decimal): -8256820 or 13369986. OLE color: 13369986.

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

Color convert

RGB 130 2 204 -
CMYK 0.36 0.99 0 0.2
HSL 278.02º 0.98% 0.4% -
HSV(B) 278.02º 0.99% 0.8% -
XYZ 20.13 9.15 57.83 -
YUV 63.3 207.41 175.57 -
System Red Green Blue C M Y K H S L
Decimal 130 2 204 0.36 0.99 0 0.2 278.02 0.98 0.4
Hex 82 2 CC 24 63 0 14 116 62 28
Octal 202 2 314 44 143 0 24 426 142 50
Binary 10000010 10 11001100 100100 1100011 0 10100 100010110 1100010 101000

Color Harmonies of #8202CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8202CC

Black with #8202CC

Text Example


Text Example

White with #8202CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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