Html Css Color HEX #8202AF Dark Violet

📋 copy color: '#8202AF'

red 130 ◦ green 2 ◦ blue 175

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

Shades of Dark Violet #8202AF

Tints of Dark Violet #8202AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57%

R = 42.35%
G = 0.65%
B = 57%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8202AF (or 0x8202AF) is known color: Dark Violet. HEX triplet: 82, 02 and AF. RGB value is (130,2,175). Sum of RGB (Red+Green+Blue) = 130+2+175=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #8202AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8202AF is #7DFD50. Grayscale: #3B3B3B. Windows color (decimal): -8256849 or 11469442. OLE color: 11469442.

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

Color convert

RGB 130 2 175 -
CMYK 0.26 0.99 0 0.31
HSL 284.39º 0.98% 0.35% -
HSV(B) 284.39º 0.99% 0.69% -
XYZ 16.97 7.88 41.19 -
YUV 59.99 192.91 177.93 -
System Red Green Blue C M Y K H S L
Decimal 130 2 175 0.26 0.99 0 0.31 284.39 0.98 0.35
Hex 82 2 AF 1A 63 0 1F 11C 62 23
Octal 202 2 257 32 143 0 37 434 142 43
Binary 10000010 10 10101111 11010 1100011 0 11111 100011100 1100010 100011

Color Harmonies of #8202AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8202AF

Black with #8202AF

Text Example


Text Example

White with #8202AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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