Html Css Color HEX #8027EE Blue Violet

📋 copy color: '#8027EE'

red 128 ◦ green 39 ◦ blue 238

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

Shades of Blue Violet #8027EE

Tints of Blue Violet #8027EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.63%

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

R = 31.6%
G = 9.63%
B = 58.77%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8027EE (or 0x8027EE) is known color: Blue Violet. HEX triplet: 80, 27 and EE. RGB value is (128,39,238). Sum of RGB (Red+Green+Blue) = 128+39+238=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #8027EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8027EE is #7FD811. Grayscale: #575757. Windows color (decimal): -8378386 or 15607680. OLE color: 15607680.

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

Color convert

RGB 128 39 238 -
CMYK 0.46 0.84 0 0.07
HSL 266.83º 0.85% 0.54% -
HSV(B) 266.83º 0.84% 0.93% -
XYZ 25.06 12.21 81.93 -
YUV 88.3 212.49 156.32 -
System Red Green Blue C M Y K H S L
Decimal 128 39 238 0.46 0.84 0 0.07 266.83 0.85 0.54
Hex 80 27 EE 2E 54 0 7 10B 55 36
Octal 200 47 356 56 124 0 7 413 125 66
Binary 10000000 100111 11101110 101110 1010100 0 111 100001011 1010101 110110

Color Harmonies of #8027EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8027EE

Black with #8027EE

Text Example


Text Example

White with #8027EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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