Html Css Color HEX #8F14CC Dark Violet

📋 copy color: '#8F14CC'

red 143 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #8F14CC

Tints of Dark Violet #8F14CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 38.96%
G = 5.45%
B = 55.59%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F14CC (or 0x8F14CC) is known color: Dark Violet. HEX triplet: 8F, 14 and CC. RGB value is (143,20,204). Sum of RGB (Red+Green+Blue) = 143+20+204=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F14CC is #70EB33. Grayscale: #4D4D4D. Windows color (decimal): -7400244 or 13374607. OLE color: 13374607.

HSL color Cylindrical-coordinate representation of color #8F14CC: hue angle of 280.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F14CC is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 20 204 -
CMYK 0.30 0.90 0 0.2
HSL 280.11º 0.82% 0.44% -
HSV(B) 280.11º 0.9% 0.8% -
XYZ 22.48 10.7 58.01 -
YUV 77.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 143 20 204 0.30 0.90 0 0.2 280.11 0.82 0.44
Hex 8F 14 CC 1E 5A 0 14 118 52 2C
Octal 217 24 314 36 132 0 24 430 122 54
Binary 10001111 10100 11001100 11110 1011010 0 10100 100011000 1010010 101100

Color Harmonies of #8F14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F14CC

Black with #8F14CC

Text Example


Text Example

White with #8F14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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