Html Css Color HEX #8048EC Blue Violet

📋 copy color: '#8048EC'

red 128 ◦ green 72 ◦ blue 236

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

Shades of Blue Violet #8048EC

Tints of Blue Violet #8048EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 29.36%
G = 16.51%
B = 54.13%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8048EC (or 0x8048EC) is known color: Blue Violet. HEX triplet: 80, 48 and EC. RGB value is (128,72,236). Sum of RGB (Red+Green+Blue) = 128+72+236=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #8048EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8048EC is #7FB713. Grayscale: #6A6A6A. Windows color (decimal): -8369940 or 15485056. OLE color: 15485056.

HSL color Cylindrical-coordinate representation of color #8048EC: hue angle of 260.49º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8048EC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 72 236 -
CMYK 0.46 0.69 0 0.07
HSL 260.49º 0.81% 0.6% -
HSV(B) 260.49º 0.69% 0.93% -
XYZ 26.36 15.28 80.92 -
YUV 107.44 200.55 142.66 -
System Red Green Blue C M Y K H S L
Decimal 128 72 236 0.46 0.69 0 0.07 260.49 0.81 0.6
Hex 80 48 EC 2E 45 0 7 104 51 3C
Octal 200 110 354 56 105 0 7 404 121 74
Binary 10000000 1001000 11101100 101110 1000101 0 111 100000100 1010001 111100

Color Harmonies of #8048EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8048EC

Black with #8048EC

Text Example


Text Example

White with #8048EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8048EC; }

 p { color: rgb(128,72,236); }

 H1.HeaderClassName
 {
   color: #8048EC;
 }
 .AnyTagClassName
 {
   color: #8048EC;
 }
</style>

background-color css

<style>
 a { background-color: #8048EC; }

 a { background-color: rgb(128,72,236); }

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

border-color css

<style>
 span { border-color: #8048EC; }

 span { border-color: rgb(128,72,236); }

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