Html Css Color HEX #8201EB Dark Violet

📋 copy color: '#8201EB'

red 130 ◦ green 1 ◦ blue 235

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

Shades of Dark Violet #8201EB

Tints of Dark Violet #8201EB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 235 (92.19% from 255) = 64.21%

R = 35.52%
G = 0.27%
B = 64.21%

CMYK

 C value IS 0.45

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8201EB (or 0x8201EB) is known color: Dark Violet. HEX triplet: 82, 01 and EB. RGB value is (130,1,235). Sum of RGB (Red+Green+Blue) = 130+1+235=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 235 (92.19% from 255 or 64.21% from 366); Max value from RGB is 235 - color contains mainly: blue. Hex color #8201EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8201EB is #7DFE14. Grayscale: #414141. Windows color (decimal): -8257045 or 15401346. OLE color: 15401346.

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

Color convert

RGB 130 1 235 -
CMYK 0.45 1.00 0 0.08
HSL 273.08º 0.99% 0.46% -
HSV(B) 273.08º 1% 0.92% -
XYZ 24.21 10.77 79.4 -
YUV 66.25 223.24 173.47 -
System Red Green Blue C M Y K H S L
Decimal 130 1 235 0.45 1.00 0 0.08 273.08 0.99 0.46
Hex 82 1 EB 2D 64 0 8 111 63 2E
Octal 202 1 353 55 144 0 10 421 143 56
Binary 10000010 1 11101011 101101 1100100 0 1000 100010001 1100011 101110

Color Harmonies of #8201EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8201EB

Black with #8201EB

Text Example


Text Example

White with #8201EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8201EB; }

 p { color: rgb(130,1,235); }

 H1.HeaderClassName
 {
   color: #8201EB;
 }
 .AnyTagClassName
 {
   color: #8201EB;
 }
</style>

background-color css

<style>
 a { background-color: #8201EB; }

 a { background-color: rgb(130,1,235); }

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

border-color css

<style>
 span { border-color: #8201EB; }

 span { border-color: rgb(130,1,235); }

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