Html Css Color HEX #8200EA Dark Violet

📋 copy color: '#8200EA'

red 130 ◦ green 0 ◦ blue 234

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

Shades of Dark Violet #8200EA

Tints of Dark Violet #8200EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 64.29%

R = 35.71%
G = 0%
B = 64.29%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8200EA (or 0x8200EA) is known color: Dark Violet. HEX triplet: 82, 00 and EA. RGB value is (130,0,234). Sum of RGB (Red+Green+Blue) = 130+0+234=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #8200EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200EA is #7DFF15. Grayscale: #404040. Windows color (decimal): -8257302 or 15335554. OLE color: 15335554.

HSL color Cylindrical-coordinate representation of color #8200EA: hue angle of 273.33º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200EA is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 0 234 -
CMYK 0.44 1 0 0.08
HSL 273.33º 1% 0.46% -
HSV(B) 273.33º 1% 0.92% -
XYZ 24.06 10.69 78.64 -
YUV 65.55 223.07 173.97 -
System Red Green Blue C M Y K H S L
Decimal 130 0 234 0.44 1 0 0.08 273.33 1 0.46
Hex 82 0 EA 2C 64 0 8 111 64 2E
Octal 202 0 352 54 144 0 10 421 144 56
Binary 10000010 0 11101010 101100 1100100 0 1000 100010001 1100100 101110

Color Harmonies of #8200EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8200EA

Black with #8200EA

Text Example


Text Example

White with #8200EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8200EA; }

 p { color: rgb(130,0,234); }

 H1.HeaderClassName
 {
   color: #8200EA;
 }
 .AnyTagClassName
 {
   color: #8200EA;
 }
</style>

background-color css

<style>
 a { background-color: #8200EA; }

 a { background-color: rgb(130,0,234); }

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

border-color css

<style>
 span { border-color: #8200EA; }

 span { border-color: rgb(130,0,234); }

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