Html Css Color HEX #8F00DC Dark Violet

📋 copy color: '#8F00DC'

red 143 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #8F00DC

Tints of Dark Violet #8F00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 60.61%

R = 39.39%
G = 0%
B = 60.61%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F00DC (or 0x8F00DC) is known color: Dark Violet. HEX triplet: 8F, 00 and DC. RGB value is (143,0,220). Sum of RGB (Red+Green+Blue) = 143+0+220=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F00DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F00DC is #70FF23. Grayscale: #434343. Windows color (decimal): -7405348 or 14418063. OLE color: 14418063.

HSL color Cylindrical-coordinate representation of color #8F00DC: hue angle of 279º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00DC is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 0 220 -
CMYK 0.35 1 0 0.14
HSL 279º 1% 0.43% -
HSV(B) 279º 1% 0.86% -
XYZ 24.25 11.01 68.56 -
YUV 67.84 213.88 181.61 -
System Red Green Blue C M Y K H S L
Decimal 143 0 220 0.35 1 0 0.14 279 1 0.43
Hex 8F 0 DC 23 64 0 E 117 64 2B
Octal 217 0 334 43 144 0 16 427 144 53
Binary 10001111 0 11011100 100011 1100100 0 1110 100010111 1100100 101011

Color Harmonies of #8F00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00DC

Black with #8F00DC

Text Example


Text Example

White with #8F00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,220); }

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

background-color css

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

 a { background-color: rgb(143,0,220); }

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

border-color css

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

 span { border-color: rgb(143,0,220); }

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