Html Css Color HEX #8202ED Dark Violet

📋 copy color: '#8202ED'

red 130 ◦ green 2 ◦ blue 237

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

Shades of Dark Violet #8202ED

Tints of Dark Violet #8202ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.23%

R = 35.23%
G = 0.54%
B = 64.23%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8202ED (or 0x8202ED) is known color: Dark Violet. HEX triplet: 82, 02 and ED. RGB value is (130,2,237). Sum of RGB (Red+Green+Blue) = 130+2+237=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #8202ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8202ED is #7DFD12. Grayscale: #424242. Windows color (decimal): -8256787 or 15532674. OLE color: 15532674.

HSL color Cylindrical-coordinate representation of color #8202ED: hue angle of 272.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8202ED is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 2 237 -
CMYK 0.45 0.99 0 0.07
HSL 272.68º 0.98% 0.47% -
HSV(B) 272.68º 0.99% 0.93% -
XYZ 24.51 10.9 80.93 -
YUV 67.06 223.91 172.89 -
System Red Green Blue C M Y K H S L
Decimal 130 2 237 0.45 0.99 0 0.07 272.68 0.98 0.47
Hex 82 2 ED 2D 63 0 7 111 62 2F
Octal 202 2 355 55 143 0 7 421 142 57
Binary 10000010 10 11101101 101101 1100011 0 111 100010001 1100010 101111

Color Harmonies of #8202ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8202ED

Black with #8202ED

Text Example


Text Example

White with #8202ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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