Html Css Color HEX #8205BE Dark Violet

📋 copy color: '#8205BE'

red 130 ◦ green 5 ◦ blue 190

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

Shades of Dark Violet #8205BE

Tints of Dark Violet #8205BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 40%
G = 1.54%
B = 58.46%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8205BE (or 0x8205BE) is known color: Dark Violet. HEX triplet: 82, 05 and BE. RGB value is (130,5,190). Sum of RGB (Red+Green+Blue) = 130+5+190=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #8205BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205BE is #7DFA41. Grayscale: #3E3E3E. Windows color (decimal): -8256066 or 12453250. OLE color: 12453250.

HSL color Cylindrical-coordinate representation of color #8205BE: hue angle of 280.54º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8205BE is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 5 190 -
CMYK 0.32 0.97 0 0.25
HSL 280.54º 0.95% 0.38% -
HSV(B) 280.54º 0.97% 0.75% -
XYZ 18.55 8.57 49.39 -
YUV 63.47 199.41 175.46 -
System Red Green Blue C M Y K H S L
Decimal 130 5 190 0.32 0.97 0 0.25 280.54 0.95 0.38
Hex 82 5 BE 20 61 0 19 119 5F 26
Octal 202 5 276 40 141 0 31 431 137 46
Binary 10000010 101 10111110 100000 1100001 0 11001 100011001 1011111 100110

Color Harmonies of #8205BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8205BE

Black with #8205BE

Text Example


Text Example

White with #8205BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8205BE; }

 p { color: rgb(130,5,190); }

 H1.HeaderClassName
 {
   color: #8205BE;
 }
 .AnyTagClassName
 {
   color: #8205BE;
 }
</style>

background-color css

<style>
 a { background-color: #8205BE; }

 a { background-color: rgb(130,5,190); }

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

border-color css

<style>
 span { border-color: #8205BE; }

 span { border-color: rgb(130,5,190); }

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