Html Css Color HEX #8049DF Blue Violet

📋 copy color: '#8049DF'

red 128 ◦ green 73 ◦ blue 223

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

Shades of Blue Violet #8049DF

Tints of Blue Violet #8049DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 30.19%
G = 17.22%
B = 52.59%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8049DF (or 0x8049DF) is known color: Blue Violet. HEX triplet: 80, 49 and DF. RGB value is (128,73,223). Sum of RGB (Red+Green+Blue) = 128+73+223=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #8049DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049DF is #7FB620. Grayscale: #6A6A6A. Windows color (decimal): -8369697 or 14633344. OLE color: 14633344.

HSL color Cylindrical-coordinate representation of color #8049DF: hue angle of 262º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8049DF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 73 223 -
CMYK 0.43 0.67 0 0.13
HSL 262º 0.7% 0.58% -
HSV(B) 262º 0.67% 0.87% -
XYZ 24.6 14.68 71.35 -
YUV 106.55 193.72 143.3 -
System Red Green Blue C M Y K H S L
Decimal 128 73 223 0.43 0.67 0 0.13 262 0.7 0.58
Hex 80 49 DF 2B 43 0 D 106 46 3A
Octal 200 111 337 53 103 0 15 406 106 72
Binary 10000000 1001001 11011111 101011 1000011 0 1101 100000110 1000110 111010

Color Harmonies of #8049DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8049DF

Black with #8049DF

Text Example


Text Example

White with #8049DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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