Html Css Color HEX #8049D6 Blue Violet

📋 copy color: '#8049D6'

red 128 ◦ green 73 ◦ blue 214

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

Shades of Blue Violet #8049D6

Tints of Blue Violet #8049D6

RGB

 RED value IS 128 (50.39% from 255) = 30.84%

 GREEN value IS 73 (28.91% from 255) = 17.59%

 BLUE value IS 214 (83.98% from 255) = 51.57%

R = 30.84%
G = 17.59%
B = 51.57%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8049D6 (or 0x8049D6) is known color: Blue Violet. HEX triplet: 80, 49 and D6. RGB value is (128,73,214). Sum of RGB (Red+Green+Blue) = 128+73+214=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #8049D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049D6 is #7FB629. Grayscale: #696969. Windows color (decimal): -8369706 or 14043520. OLE color: 14043520.

HSL color Cylindrical-coordinate representation of color #8049D6: hue angle of 263.4º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8049D6 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 73 214 -
CMYK 0.40 0.66 0 0.16
HSL 263.4º 0.63% 0.56% -
HSV(B) 263.4º 0.66% 0.84% -
XYZ 23.42 14.21 65.13 -
YUV 105.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 128 73 214 0.40 0.66 0 0.16 263.4 0.63 0.56
Hex 80 49 D6 28 42 0 10 107 3F 38
Octal 200 111 326 50 102 0 20 407 77 70
Binary 10000000 1001001 11010110 101000 1000010 0 10000 100000111 111111 111000

Color Harmonies of #8049D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049D6

Black with #8049D6

Text Example


Text Example

White with #8049D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8049D6; }

 p { color: rgb(128,73,214); }

 H1.HeaderClassName
 {
   color: #8049D6;
 }
 .AnyTagClassName
 {
   color: #8049D6;
 }
</style>

background-color css

<style>
 a { background-color: #8049D6; }

 a { background-color: rgb(128,73,214); }

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

border-color css

<style>
 span { border-color: #8049D6; }

 span { border-color: rgb(128,73,214); }

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