Html Css Color HEX #8247DA Blue Violet

📋 copy color: '#8247DA'

red 130 ◦ green 71 ◦ blue 218

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

Shades of Blue Violet #8247DA

Tints of Blue Violet #8247DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 31.03%
G = 16.95%
B = 52.03%

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

#8247DA (or 0x8247DA) is known color: Blue Violet. HEX triplet: 82, 47 and DA. RGB value is (130,71,218). Sum of RGB (Red+Green+Blue) = 130+71+218=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #8247DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8247DA is #7DB825. Grayscale: #686868. Windows color (decimal): -8239142 or 14305154. OLE color: 14305154.

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

Color convert

RGB 130 71 218 -
CMYK 0.40 0.67 0 0.15
HSL 264.08º 0.67% 0.57% -
HSV(B) 264.08º 0.67% 0.85% -
XYZ 24.11 14.31 67.82 -
YUV 105.4 191.55 145.55 -
System Red Green Blue C M Y K H S L
Decimal 130 71 218 0.40 0.67 0 0.15 264.08 0.67 0.57
Hex 82 47 DA 28 43 0 F 108 43 39
Octal 202 107 332 50 103 0 17 410 103 71
Binary 10000010 1000111 11011010 101000 1000011 0 1111 100001000 1000011 111001

Color Harmonies of #8247DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8247DA

Black with #8247DA

Text Example


Text Example

White with #8247DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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