Html Css Color HEX #8F14BA Dark Violet

📋 copy color: '#8F14BA'

red 143 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #8F14BA

Tints of Dark Violet #8F14BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 40.97%
G = 5.73%
B = 53.3%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F14BA (or 0x8F14BA) is known color: Dark Violet. HEX triplet: 8F, 14 and BA. RGB value is (143,20,186). Sum of RGB (Red+Green+Blue) = 143+20+186=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14BA is #70EB45. Grayscale: #4B4B4B. Windows color (decimal): -7400262 or 12194959. OLE color: 12194959.

HSL color Cylindrical-coordinate representation of color #8F14BA: hue angle of 284.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F14BA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 20 186 -
CMYK 0.23 0.89 0 0.27
HSL 284.46º 0.81% 0.4% -
HSV(B) 284.46º 0.89% 0.73% -
XYZ 20.44 9.89 47.29 -
YUV 75.7 190.25 176 -
System Red Green Blue C M Y K H S L
Decimal 143 20 186 0.23 0.89 0 0.27 284.46 0.81 0.4
Hex 8F 14 BA 17 59 0 1B 11C 51 28
Octal 217 24 272 27 131 0 33 434 121 50
Binary 10001111 10100 10111010 10111 1011001 0 11011 100011100 1010001 101000

Color Harmonies of #8F14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14BA

Black with #8F14BA

Text Example


Text Example

White with #8F14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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