Html Css Color HEX #8025FE Blue Violet

📋 copy color: '#8025FE'

red 128 ◦ green 37 ◦ blue 254

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

Shades of Blue Violet #8025FE

Tints of Blue Violet #8025FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 60.62%

R = 30.55%
G = 8.83%
B = 60.62%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8025FE (or 0x8025FE) is known color: Blue Violet. HEX triplet: 80, 25 and FE. RGB value is (128,37,254). Sum of RGB (Red+Green+Blue) = 128+37+254=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #8025FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8025FE is #7FDA01. Grayscale: #585858. Windows color (decimal): -8378882 or 16655744. OLE color: 16655744.

HSL color Cylindrical-coordinate representation of color #8025FE: hue angle of 265.16º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8025FE is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 37 254 -
CMYK 0.50 0.85 0 0.00
HSL 265.16º 0.99% 0.57% -
HSV(B) 265.16º 0.85% 1% -
XYZ 27.45 13.07 94.84 -
YUV 88.95 221.15 155.86 -
System Red Green Blue C M Y K H S L
Decimal 128 37 254 0.50 0.85 0 0.00 265.16 0.99 0.57
Hex 80 25 FE 32 55 0 0 109 63 39
Octal 200 45 376 62 125 0 0 411 143 71
Binary 10000000 100101 11111110 110010 1010101 0 0 100001001 1100011 111001

Color Harmonies of #8025FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8025FE

Black with #8025FE

Text Example


Text Example

White with #8025FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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