Html Css Color HEX #8202B2 Dark Violet

📋 copy color: '#8202B2'

red 130 ◦ green 2 ◦ blue 178

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

Shades of Dark Violet #8202B2

Tints of Dark Violet #8202B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.42%

R = 41.94%
G = 0.65%
B = 57.42%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8202B2 (or 0x8202B2) is known color: Dark Violet. HEX triplet: 82, 02 and B2. RGB value is (130,2,178). Sum of RGB (Red+Green+Blue) = 130+2+178=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 178 (69.92% from 255 or 57.42% from 310); Max value from RGB is 178 - color contains mainly: blue. Hex color #8202B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8202B2 is #7DFD4D. Grayscale: #3B3B3B. Windows color (decimal): -8256846 or 11666050. OLE color: 11666050.

HSL color Cylindrical-coordinate representation of color #8202B2: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202B2 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 2 178 -
CMYK 0.27 0.99 0 0.30
HSL 283.64º 0.98% 0.35% -
HSV(B) 283.64º 0.99% 0.7% -
XYZ 17.26 8 42.75 -
YUV 60.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 130 2 178 0.27 0.99 0 0.30 283.64 0.98 0.35
Hex 82 2 B2 1B 63 0 1E 11C 62 23
Octal 202 2 262 33 143 0 36 434 142 43
Binary 10000010 10 10110010 11011 1100011 0 11110 100011100 1100010 100011

Color Harmonies of #8202B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8202B2

Black with #8202B2

Text Example


Text Example

White with #8202B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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