Html Css Color HEX #8F25E0 Blue Violet

📋 copy color: '#8F25E0'

red 143 ◦ green 37 ◦ blue 224

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

Shades of Blue Violet #8F25E0

Tints of Blue Violet #8F25E0

RGB

 RED value IS 143 (56.25% from 255) = 35.4%

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

 BLUE value IS 224 (87.89% from 255) = 55.45%

R = 35.4%
G = 9.16%
B = 55.45%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8F25E0 (or 0x8F25E0) is known color: Blue Violet. HEX triplet: 8F, 25 and E0. RGB value is (143,37,224). Sum of RGB (Red+Green+Blue) = 143+37+224=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 224 (87.89% from 255 or 55.45% from 404); Max value from RGB is 224 - color contains mainly: blue. Hex color #8F25E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F25E0 is #70DA1F. Grayscale: #595959. Windows color (decimal): -7395872 or 14689679. OLE color: 14689679.

HSL color Cylindrical-coordinate representation of color #8F25E0: hue angle of 274.01º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F25E0 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 37 224 -
CMYK 0.36 0.83 0 0.12
HSL 274.01º 0.75% 0.51% -
HSV(B) 274.01º 0.83% 0.88% -
XYZ 25.44 12.54 71.6 -
YUV 90.01 203.62 165.79 -
System Red Green Blue C M Y K H S L
Decimal 143 37 224 0.36 0.83 0 0.12 274.01 0.75 0.51
Hex 8F 25 E0 24 53 0 C 112 4B 33
Octal 217 45 340 44 123 0 14 422 113 63
Binary 10001111 100101 11100000 100100 1010011 0 1100 100010010 1001011 110011

Color Harmonies of #8F25E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F25E0

Black with #8F25E0

Text Example


Text Example

White with #8F25E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,37,224); }

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

background-color css

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

 a { background-color: rgb(143,37,224); }

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

border-color css

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

 span { border-color: rgb(143,37,224); }

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