Html Css Color HEX #8F14BE Dark Violet

📋 copy color: '#8F14BE'

red 143 ◦ green 20 ◦ blue 190

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

Shades of Dark Violet #8F14BE

Tints of Dark Violet #8F14BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 40.51%
G = 5.67%
B = 53.82%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F14BE (or 0x8F14BE) is known color: Dark Violet. HEX triplet: 8F, 14 and BE. RGB value is (143,20,190). Sum of RGB (Red+Green+Blue) = 143+20+190=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F14BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14BE is #70EB41. Grayscale: #4B4B4B. Windows color (decimal): -7400258 or 12457103. OLE color: 12457103.

HSL color Cylindrical-coordinate representation of color #8F14BE: hue angle of 283.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F14BE is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 20 190 -
CMYK 0.25 0.89 0 0.25
HSL 283.41º 0.81% 0.41% -
HSV(B) 283.41º 0.89% 0.75% -
XYZ 20.87 10.06 49.56 -
YUV 76.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 143 20 190 0.25 0.89 0 0.25 283.41 0.81 0.41
Hex 8F 14 BE 19 59 0 19 11B 51 29
Octal 217 24 276 31 131 0 31 433 121 51
Binary 10001111 10100 10111110 11001 1011001 0 11001 100011011 1010001 101001

Color Harmonies of #8F14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14BE

Black with #8F14BE

Text Example


Text Example

White with #8F14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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