Html Css Color HEX #8046EE Blue Violet

📋 copy color: '#8046EE'

red 128 ◦ green 70 ◦ blue 238

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

Shades of Blue Violet #8046EE

Tints of Blue Violet #8046EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.06%

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

R = 29.36%
G = 16.06%
B = 54.59%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8046EE (or 0x8046EE) is known color: Blue Violet. HEX triplet: 80, 46 and EE. RGB value is (128,70,238). Sum of RGB (Red+Green+Blue) = 128+70+238=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #8046EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8046EE is #7FB911. Grayscale: #696969. Windows color (decimal): -8370450 or 15615616. OLE color: 15615616.

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

Color convert

RGB 128 70 238 -
CMYK 0.46 0.71 0 0.07
HSL 260.71º 0.83% 0.6% -
HSV(B) 260.71º 0.71% 0.93% -
XYZ 26.52 15.14 82.41 -
YUV 106.49 202.22 143.34 -
System Red Green Blue C M Y K H S L
Decimal 128 70 238 0.46 0.71 0 0.07 260.71 0.83 0.6
Hex 80 46 EE 2E 47 0 7 105 53 3C
Octal 200 106 356 56 107 0 7 405 123 74
Binary 10000000 1000110 11101110 101110 1000111 0 111 100000101 1010011 111100

Color Harmonies of #8046EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8046EE

Black with #8046EE

Text Example


Text Example

White with #8046EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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