Html Css Color HEX #8F00DF Dark Violet

📋 copy color: '#8F00DF'

red 143 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #8F00DF

Tints of Dark Violet #8F00DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.93%

R = 39.07%
G = 0%
B = 60.93%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F00DF (or 0x8F00DF) is known color: Dark Violet. HEX triplet: 8F, 00 and DF. RGB value is (143,0,223). Sum of RGB (Red+Green+Blue) = 143+0+223=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F00DF is #70FF20. Grayscale: #434343. Windows color (decimal): -7405345 or 14614671. OLE color: 14614671.

HSL color Cylindrical-coordinate representation of color #8F00DF: hue angle of 278.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00DF is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 0 223 -
CMYK 0.36 1 0 0.13
HSL 278.48º 1% 0.44% -
HSV(B) 278.48º 1% 0.87% -
XYZ 24.65 11.17 70.67 -
YUV 68.18 215.38 181.37 -
System Red Green Blue C M Y K H S L
Decimal 143 0 223 0.36 1 0 0.13 278.48 1 0.44
Hex 8F 0 DF 24 64 0 D 116 64 2C
Octal 217 0 337 44 144 0 15 426 144 54
Binary 10001111 0 11011111 100100 1100100 0 1101 100010110 1100100 101100

Color Harmonies of #8F00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00DF

Black with #8F00DF

Text Example


Text Example

White with #8F00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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