Html Css Color HEX #8F14AE Dark Violet

📋 copy color: '#8F14AE'

red 143 ◦ green 20 ◦ blue 174

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

Shades of Dark Violet #8F14AE

Tints of Dark Violet #8F14AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 42.43%
G = 5.93%
B = 51.63%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F14AE (or 0x8F14AE) is known color: Dark Violet. HEX triplet: 8F, 14 and AE. RGB value is (143,20,174). Sum of RGB (Red+Green+Blue) = 143+20+174=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F14AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F14AE is #70EB51. Grayscale: #494949. Windows color (decimal): -7400274 or 11408527. OLE color: 11408527.

HSL color Cylindrical-coordinate representation of color #8F14AE: hue angle of 287.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F14AE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 20 174 -
CMYK 0.18 0.89 0 0.32
HSL 287.92º 0.79% 0.38% -
HSV(B) 287.92º 0.89% 0.68% -
XYZ 19.22 9.4 40.85 -
YUV 74.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 143 20 174 0.18 0.89 0 0.32 287.92 0.79 0.38
Hex 8F 14 AE 12 59 0 20 120 4F 26
Octal 217 24 256 22 131 0 40 440 117 46
Binary 10001111 10100 10101110 10010 1011001 0 100000 100100000 1001111 100110

Color Harmonies of #8F14AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14AE

Black with #8F14AE

Text Example


Text Example

White with #8F14AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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