Html Css Color HEX #8F25EC Blue Violet

📋 copy color: '#8F25EC'

red 143 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #8F25EC

Tints of Blue Violet #8F25EC

RGB

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

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

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

R = 34.38%
G = 8.89%
B = 56.73%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F25EC (or 0x8F25EC) is known color: Blue Violet. HEX triplet: 8F, 25 and EC. RGB value is (143,37,236). Sum of RGB (Red+Green+Blue) = 143+37+236=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 37 (14.84% from 255 or 8.89% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F25EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F25EC is #70DA13. Grayscale: #5A5A5A. Windows color (decimal): -7395860 or 15476111. OLE color: 15476111.

HSL color Cylindrical-coordinate representation of color #8F25EC: hue angle of 271.96º 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 #8F25EC is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 37 236 -
CMYK 0.39 0.84 0 0.07
HSL 271.96º 0.84% 0.54% -
HSV(B) 271.96º 0.84% 0.93% -
XYZ 27.13 13.22 80.48 -
YUV 91.38 209.62 164.82 -
System Red Green Blue C M Y K H S L
Decimal 143 37 236 0.39 0.84 0 0.07 271.96 0.84 0.54
Hex 8F 25 EC 27 54 0 7 110 54 36
Octal 217 45 354 47 124 0 7 420 124 66
Binary 10001111 100101 11101100 100111 1010100 0 111 100010000 1010100 110110

Color Harmonies of #8F25EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F25EC

Black with #8F25EC

Text Example


Text Example

White with #8F25EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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