Html Css Color HEX #8F14D6 Dark Violet

📋 copy color: '#8F14D6'

red 143 ◦ green 20 ◦ blue 214

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

Shades of Dark Violet #8F14D6

Tints of Dark Violet #8F14D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 37.93%
G = 5.31%
B = 56.76%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8F14D6 (or 0x8F14D6) is known color: Dark Violet. HEX triplet: 8F, 14 and D6. RGB value is (143,20,214). Sum of RGB (Red+Green+Blue) = 143+20+214=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F14D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14D6 is #70EB29. Grayscale: #4E4E4E. Windows color (decimal): -7400234 or 14029967. OLE color: 14029967.

HSL color Cylindrical-coordinate representation of color #8F14D6: hue angle of 278.04º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F14D6 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 20 214 -
CMYK 0.33 0.91 0 0.16
HSL 278.04º 0.83% 0.46% -
HSV(B) 278.04º 0.91% 0.84% -
XYZ 23.72 11.19 64.53 -
YUV 78.89 204.25 173.73 -
System Red Green Blue C M Y K H S L
Decimal 143 20 214 0.33 0.91 0 0.16 278.04 0.83 0.46
Hex 8F 14 D6 21 5B 0 10 116 53 2E
Octal 217 24 326 41 133 0 20 426 123 56
Binary 10001111 10100 11010110 100001 1011011 0 10000 100010110 1010011 101110

Color Harmonies of #8F14D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14D6

Black with #8F14D6

Text Example


Text Example

White with #8F14D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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