Html Css Color HEX #8025EC Blue Violet

📋 copy color: '#8025EC'

red 128 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #8025EC

Tints of Blue Violet #8025EC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.23%

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

R = 31.92%
G = 9.23%
B = 58.85%

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

#8025EC (or 0x8025EC) is known color: Blue Violet. HEX triplet: 80, 25 and EC. RGB value is (128,37,236). Sum of RGB (Red+Green+Blue) = 128+37+236=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #8025EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8025EC is #7FDA13. Grayscale: #565656. Windows color (decimal): -8378900 or 15476096. OLE color: 15476096.

HSL color Cylindrical-coordinate representation of color #8025EC: hue angle of 267.44º degrees, saturation: 0.84, 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 #8025EC is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 37 236 -
CMYK 0.46 0.84 0 0.07
HSL 267.44º 0.84% 0.54% -
HSV(B) 267.44º 0.84% 0.93% -
XYZ 24.7 11.97 80.36 -
YUV 86.9 212.15 157.32 -
System Red Green Blue C M Y K H S L
Decimal 128 37 236 0.46 0.84 0 0.07 267.44 0.84 0.54
Hex 80 25 EC 2E 54 0 7 10B 54 36
Octal 200 45 354 56 124 0 7 413 124 66
Binary 10000000 100101 11101100 101110 1010100 0 111 100001011 1010100 110110

Color Harmonies of #8025EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8025EC

Black with #8025EC

Text Example


Text Example

White with #8025EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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