Html Css Color HEX #8205D7 Dark Violet

📋 copy color: '#8205D7'

red 130 ◦ green 5 ◦ blue 215

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

Shades of Dark Violet #8205D7

Tints of Dark Violet #8205D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 37.14%
G = 1.43%
B = 61.43%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8205D7 (or 0x8205D7) is known color: Dark Violet. HEX triplet: 82, 05 and D7. RGB value is (130,5,215). Sum of RGB (Red+Green+Blue) = 130+5+215=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #8205D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205D7 is #7DFA28. Grayscale: #414141. Windows color (decimal): -8256041 or 14091650. OLE color: 14091650.

HSL color Cylindrical-coordinate representation of color #8205D7: hue angle of 275.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8205D7 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 5 215 -
CMYK 0.40 0.98 0 0.16
HSL 275.71º 0.95% 0.43% -
HSV(B) 275.71º 0.98% 0.84% -
XYZ 21.53 9.76 65.04 -
YUV 66.32 211.91 173.42 -
System Red Green Blue C M Y K H S L
Decimal 130 5 215 0.40 0.98 0 0.16 275.71 0.95 0.43
Hex 82 5 D7 28 62 0 10 114 5F 2B
Octal 202 5 327 50 142 0 20 424 137 53
Binary 10000010 101 11010111 101000 1100010 0 10000 100010100 1011111 101011

Color Harmonies of #8205D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8205D7

Black with #8205D7

Text Example


Text Example

White with #8205D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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