Html Css Color HEX #8201B4 Dark Violet

📋 copy color: '#8201B4'

red 130 ◦ green 1 ◦ blue 180

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

Shades of Dark Violet #8201B4

Tints of Dark Violet #8201B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 57.88%

R = 41.8%
G = 0.32%
B = 57.88%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8201B4 (or 0x8201B4) is known color: Dark Violet. HEX triplet: 82, 01 and B4. RGB value is (130,1,180). Sum of RGB (Red+Green+Blue) = 130+1+180=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #8201B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8201B4 is #7DFE4B. Grayscale: #3B3B3B. Windows color (decimal): -8257100 or 11796866. OLE color: 11796866.

HSL color Cylindrical-coordinate representation of color #8201B4: hue angle of 283.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8201B4 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 1 180 -
CMYK 0.28 0.99 0 0.29
HSL 283.24º 0.99% 0.35% -
HSV(B) 283.24º 0.99% 0.71% -
XYZ 17.46 8.06 43.82 -
YUV 59.98 195.74 177.95 -
System Red Green Blue C M Y K H S L
Decimal 130 1 180 0.28 0.99 0 0.29 283.24 0.99 0.35
Hex 82 1 B4 1C 63 0 1D 11B 63 23
Octal 202 1 264 34 143 0 35 433 143 43
Binary 10000010 1 10110100 11100 1100011 0 11101 100011011 1100011 100011

Color Harmonies of #8201B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8201B4

Black with #8201B4

Text Example


Text Example

White with #8201B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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