Html Css Color HEX #8201BA Dark Violet

📋 copy color: '#8201BA'

red 130 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #8201BA

Tints of Dark Violet #8201BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 41.01%
G = 0.32%
B = 58.68%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8201BA (or 0x8201BA) is known color: Dark Violet. HEX triplet: 82, 01 and BA. RGB value is (130,1,186). Sum of RGB (Red+Green+Blue) = 130+1+186=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #8201BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201BA is #7DFE45. Grayscale: #3C3C3C. Windows color (decimal): -8257094 or 12190082. OLE color: 12190082.

HSL color Cylindrical-coordinate representation of color #8201BA: hue angle of 281.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8201BA is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 1 186 -
CMYK 0.30 0.99 0 0.27
HSL 281.84º 0.99% 0.37% -
HSV(B) 281.84º 0.99% 0.73% -
XYZ 18.08 8.31 47.11 -
YUV 60.66 198.74 177.46 -
System Red Green Blue C M Y K H S L
Decimal 130 1 186 0.30 0.99 0 0.27 281.84 0.99 0.37
Hex 82 1 BA 1E 63 0 1B 11A 63 25
Octal 202 1 272 36 143 0 33 432 143 45
Binary 10000010 1 10111010 11110 1100011 0 11011 100011010 1100011 100101

Color Harmonies of #8201BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8201BA

Black with #8201BA

Text Example


Text Example

White with #8201BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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