Html Css Color HEX #8F14C8 Dark Violet

📋 copy color: '#8F14C8'

red 143 ◦ green 20 ◦ blue 200

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

Shades of Dark Violet #8F14C8

Tints of Dark Violet #8F14C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 55.1%

R = 39.39%
G = 5.51%
B = 55.1%

CMYK

 C value IS 0.28

 M value IS 0.9

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8F14C8 (or 0x8F14C8) is known color: Dark Violet. HEX triplet: 8F, 14 and C8. RGB value is (143,20,200). Sum of RGB (Red+Green+Blue) = 143+20+200=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #8F14C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14C8 is #70EB37. Grayscale: #4C4C4C. Windows color (decimal): -7400248 or 13112463. OLE color: 13112463.

HSL color Cylindrical-coordinate representation of color #8F14C8: hue angle of 281º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F14C8 is Cyan = 0.28, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 20 200 -
CMYK 0.28 0.9 0 0.22
HSL 281º 0.82% 0.43% -
HSV(B) 281º 0.9% 0.78% -
XYZ 22 10.51 55.51 -
YUV 77.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 143 20 200 0.28 0.9 0 0.22 281 0.82 0.43
Hex 8F 14 C8 1C 5A 0 16 119 52 2B
Octal 217 24 310 34 132 0 26 431 122 53
Binary 10001111 10100 11001000 11100 1011010 0 10110 100011001 1010010 101011

Color Harmonies of #8F14C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14C8

Black with #8F14C8

Text Example


Text Example

White with #8F14C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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