Html Css Color HEX #8217B7 Dark Violet

📋 copy color: '#8217B7'

red 130 ◦ green 23 ◦ blue 183

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

Shades of Dark Violet #8217B7

Tints of Dark Violet #8217B7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.85%

 BLUE value IS 183 (71.88% from 255) = 54.46%

R = 38.69%
G = 6.85%
B = 54.46%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8217B7 (or 0x8217B7) is known color: Dark Violet. HEX triplet: 82, 17 and B7. RGB value is (130,23,183). Sum of RGB (Red+Green+Blue) = 130+23+183=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #8217B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217B7 is #7DE848. Grayscale: #484848. Windows color (decimal): -8251465 or 11999106. OLE color: 11999106.

HSL color Cylindrical-coordinate representation of color #8217B7: hue angle of 280.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8217B7 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 23 183 -
CMYK 0.29 0.87 0 0.28
HSL 280.13º 0.78% 0.4% -
HSV(B) 280.13º 0.87% 0.72% -
XYZ 18.06 8.78 45.54 -
YUV 73.23 189.95 168.49 -
System Red Green Blue C M Y K H S L
Decimal 130 23 183 0.29 0.87 0 0.28 280.13 0.78 0.4
Hex 82 17 B7 1D 57 0 1C 118 4E 28
Octal 202 27 267 35 127 0 34 430 116 50
Binary 10000010 10111 10110111 11101 1010111 0 11100 100011000 1001110 101000

Color Harmonies of #8217B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8217B7

Black with #8217B7

Text Example


Text Example

White with #8217B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8217B7; }

 p { color: rgb(130,23,183); }

 H1.HeaderClassName
 {
   color: #8217B7;
 }
 .AnyTagClassName
 {
   color: #8217B7;
 }
</style>

background-color css

<style>
 a { background-color: #8217B7; }

 a { background-color: rgb(130,23,183); }

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

border-color css

<style>
 span { border-color: #8217B7; }

 span { border-color: rgb(130,23,183); }

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