Html Css Color HEX #8207B1 Dark Violet

📋 copy color: '#8207B1'

red 130 ◦ green 7 ◦ blue 177

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

Shades of Dark Violet #8207B1

Tints of Dark Violet #8207B1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.23%

 BLUE value IS 177 (69.53% from 255) = 56.37%

R = 41.4%
G = 2.23%
B = 56.37%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8207B1 (or 0x8207B1) is known color: Dark Violet. HEX triplet: 82, 07 and B1. RGB value is (130,7,177). Sum of RGB (Red+Green+Blue) = 130+7+177=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 177 (69.53% from 255 or 56.37% from 314); Max value from RGB is 177 - color contains mainly: blue. Hex color #8207B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8207B1 is #7DF84E. Grayscale: #3E3E3E. Windows color (decimal): -8255567 or 11601794. OLE color: 11601794.

HSL color Cylindrical-coordinate representation of color #8207B1: hue angle of 283.41º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8207B1 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 7 177 -
CMYK 0.27 0.96 0 0.31
HSL 283.41º 0.92% 0.36% -
HSV(B) 283.41º 0.96% 0.69% -
XYZ 17.22 8.07 42.25 -
YUV 63.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 130 7 177 0.27 0.96 0 0.31 283.41 0.92 0.36
Hex 82 7 B1 1B 60 0 1F 11B 5C 24
Octal 202 7 261 33 140 0 37 433 134 44
Binary 10000010 111 10110001 11011 1100000 0 11111 100011011 1011100 100100

Color Harmonies of #8207B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8207B1

Black with #8207B1

Text Example


Text Example

White with #8207B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8207B1; }

 p { color: rgb(130,7,177); }

 H1.HeaderClassName
 {
   color: #8207B1;
 }
 .AnyTagClassName
 {
   color: #8207B1;
 }
</style>

background-color css

<style>
 a { background-color: #8207B1; }

 a { background-color: rgb(130,7,177); }

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

border-color css

<style>
 span { border-color: #8207B1; }

 span { border-color: rgb(130,7,177); }

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