Html Css Color HEX #8047EE Blue Violet

📋 copy color: '#8047EE'

red 128 ◦ green 71 ◦ blue 238

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

Shades of Blue Violet #8047EE

Tints of Blue Violet #8047EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.46%

R = 29.29%
G = 16.25%
B = 54.46%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8047EE (or 0x8047EE) is known color: Blue Violet. HEX triplet: 80, 47 and EE. RGB value is (128,71,238). Sum of RGB (Red+Green+Blue) = 128+71+238=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #8047EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047EE is #7FB811. Grayscale: #6A6A6A. Windows color (decimal): -8370194 or 15615872. OLE color: 15615872.

HSL color Cylindrical-coordinate representation of color #8047EE: hue angle of 260.48º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8047EE is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 71 238 -
CMYK 0.46 0.70 0 0.07
HSL 260.48º 0.83% 0.61% -
HSV(B) 260.48º 0.7% 0.93% -
XYZ 26.59 15.27 82.43 -
YUV 107.08 201.88 142.92 -
System Red Green Blue C M Y K H S L
Decimal 128 71 238 0.46 0.70 0 0.07 260.48 0.83 0.61
Hex 80 47 EE 2E 46 0 7 104 53 3D
Octal 200 107 356 56 106 0 7 404 123 75
Binary 10000000 1000111 11101110 101110 1000110 0 111 100000100 1010011 111101

Color Harmonies of #8047EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8047EE

Black with #8047EE

Text Example


Text Example

White with #8047EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8047EE; }

 p { color: rgb(128,71,238); }

 H1.HeaderClassName
 {
   color: #8047EE;
 }
 .AnyTagClassName
 {
   color: #8047EE;
 }
</style>

background-color css

<style>
 a { background-color: #8047EE; }

 a { background-color: rgb(128,71,238); }

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

border-color css

<style>
 span { border-color: #8047EE; }

 span { border-color: rgb(128,71,238); }

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