Html Css Color HEX #8247D9 Blue Violet

📋 copy color: '#8247D9'

red 130 ◦ green 71 ◦ blue 217

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

Shades of Blue Violet #8247D9

Tints of Blue Violet #8247D9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 217 (85.16% from 255) = 51.91%

R = 31.1%
G = 16.99%
B = 51.91%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8247D9 (or 0x8247D9) is known color: Blue Violet. HEX triplet: 82, 47 and D9. RGB value is (130,71,217). Sum of RGB (Red+Green+Blue) = 130+71+217=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 217 (85.16% from 255 or 51.91% from 418); Max value from RGB is 217 - color contains mainly: blue. Hex color #8247D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8247D9 is #7DB826. Grayscale: #686868. Windows color (decimal): -8239143 or 14239618. OLE color: 14239618.

HSL color Cylindrical-coordinate representation of color #8247D9: hue angle of 264.25º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8247D9 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 71 217 -
CMYK 0.40 0.67 0 0.15
HSL 264.25º 0.66% 0.56% -
HSV(B) 264.25º 0.67% 0.85% -
XYZ 23.98 14.26 67.13 -
YUV 105.29 191.05 145.63 -
System Red Green Blue C M Y K H S L
Decimal 130 71 217 0.40 0.67 0 0.15 264.25 0.66 0.56
Hex 82 47 D9 28 43 0 F 108 42 38
Octal 202 107 331 50 103 0 17 410 102 70
Binary 10000010 1000111 11011001 101000 1000011 0 1111 100001000 1000010 111000

Color Harmonies of #8247D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247D9

Black with #8247D9

Text Example


Text Example

White with #8247D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8247D9; }

 p { color: rgb(130,71,217); }

 H1.HeaderClassName
 {
   color: #8247D9;
 }
 .AnyTagClassName
 {
   color: #8247D9;
 }
</style>

background-color css

<style>
 a { background-color: #8247D9; }

 a { background-color: rgb(130,71,217); }

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

border-color css

<style>
 span { border-color: #8247D9; }

 span { border-color: rgb(130,71,217); }

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