Html Css Color HEX #8F0FEF Blue Violet

📋 copy color: '#8F0FEF'

red 143 ◦ green 15 ◦ blue 239

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

Shades of Blue Violet #8F0FEF

Tints of Blue Violet #8F0FEF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.78%

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 36.02%
G = 3.78%
B = 60.2%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F0FEF (or 0x8F0FEF) is known color: Blue Violet. HEX triplet: 8F, 0F and EF. RGB value is (143,15,239). Sum of RGB (Red+Green+Blue) = 143+15+239=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F0FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0FEF is #70F010. Grayscale: #4E4E4E. Windows color (decimal): -7401489 or 15667087. OLE color: 15667087.

HSL color Cylindrical-coordinate representation of color #8F0FEF: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0FEF is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 15 239 -
CMYK 0.40 0.94 0 0.06
HSL 274.29º 0.88% 0.5% -
HSV(B) 274.29º 0.94% 0.94% -
XYZ 27.08 12.41 82.63 -
YUV 78.81 218.41 173.79 -
System Red Green Blue C M Y K H S L
Decimal 143 15 239 0.40 0.94 0 0.06 274.29 0.88 0.5
Hex 8F F EF 28 5E 0 6 112 58 32
Octal 217 17 357 50 136 0 6 422 130 62
Binary 10001111 1111 11101111 101000 1011110 0 110 100010010 1011000 110010

Color Harmonies of #8F0FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0FEF

Black with #8F0FEF

Text Example


Text Example

White with #8F0FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,239); }

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

background-color css

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

 a { background-color: rgb(143,15,239); }

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

border-color css

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

 span { border-color: rgb(143,15,239); }

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