Html Css Color HEX #8F14EF Blue Violet

📋 copy color: '#8F14EF'

red 143 ◦ green 20 ◦ blue 239

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

Shades of Blue Violet #8F14EF

Tints of Blue Violet #8F14EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.98%

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

R = 35.57%
G = 4.98%
B = 59.45%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F14EF (or 0x8F14EF) is known color: Blue Violet. HEX triplet: 8F, 14 and EF. RGB value is (143,20,239). Sum of RGB (Red+Green+Blue) = 143+20+239=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 20 (8.20% from 255 or 4.98% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F14EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F14EF is #70EB10. Grayscale: #505050. Windows color (decimal): -7400209 or 15668367. OLE color: 15668367.

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

Color convert

RGB 143 20 239 -
CMYK 0.40 0.92 0 0.06
HSL 273.7º 0.87% 0.51% -
HSV(B) 273.7º 0.92% 0.94% -
XYZ 27.16 12.57 82.66 -
YUV 81.74 216.75 171.69 -
System Red Green Blue C M Y K H S L
Decimal 143 20 239 0.40 0.92 0 0.06 273.7 0.87 0.51
Hex 8F 14 EF 28 5C 0 6 112 57 33
Octal 217 24 357 50 134 0 6 422 127 63
Binary 10001111 10100 11101111 101000 1011100 0 110 100010010 1010111 110011

Color Harmonies of #8F14EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14EF

Black with #8F14EF

Text Example


Text Example

White with #8F14EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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