Html Css Color HEX #8E25FF Blue Violet

📋 copy color: '#8E25FF'

red 142 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #8E25FF

Tints of Blue Violet #8E25FF

RGB

 RED value IS 142 (55.86% from 255) = 32.72%

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 32.72%
G = 8.53%
B = 58.76%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E25FF (or 0x8E25FF) is known color: Blue Violet. HEX triplet: 8E, 25 and FF. RGB value is (142,37,255). Sum of RGB (Red+Green+Blue) = 142+37+255=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E25FF is #71DA00. Grayscale: #5C5C5C. Windows color (decimal): -7461377 or 16721294. OLE color: 16721294.

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

Color convert

RGB 142 37 255 -
CMYK 0.44 0.85 0 0
HSL 268.9º 1% 0.57% -
HSV(B) 268.9º 0.85% 1% -
XYZ 29.87 14.29 95.79 -
YUV 93.25 219.29 162.77 -
System Red Green Blue C M Y K H S L
Decimal 142 37 255 0.44 0.85 0 0 268.9 1 0.57
Hex 8E 25 FF 2C 55 0 0 10D 64 39
Octal 216 45 377 54 125 0 0 415 144 71
Binary 10001110 100101 11111111 101100 1010101 0 0 100001101 1100100 111001

Color Harmonies of #8E25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E25FF

Black with #8E25FF

Text Example


Text Example

White with #8E25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E25FF; }

 p { color: rgb(142,37,255); }

 H1.HeaderClassName
 {
   color: #8E25FF;
 }
 .AnyTagClassName
 {
   color: #8E25FF;
 }
</style>

background-color css

<style>
 a { background-color: #8E25FF; }

 a { background-color: rgb(142,37,255); }

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

border-color css

<style>
 span { border-color: #8E25FF; }

 span { border-color: rgb(142,37,255); }

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