Html Css Color HEX #8F0DDF Dark Violet

📋 copy color: '#8F0DDF'

red 143 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #8F0DDF

Tints of Dark Violet #8F0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.43%

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

R = 37.73%
G = 3.43%
B = 58.84%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F0DDF (or 0x8F0DDF) is known color: Dark Violet. HEX triplet: 8F, 0D and DF. RGB value is (143,13,223). Sum of RGB (Red+Green+Blue) = 143+13+223=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DDF is #70F220. Grayscale: #4B4B4B. Windows color (decimal): -7402017 or 14617999. OLE color: 14617999.

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

Color convert

RGB 143 13 223 -
CMYK 0.36 0.94 0 0.13
HSL 277.14º 0.89% 0.46% -
HSV(B) 277.14º 0.94% 0.87% -
XYZ 24.79 11.46 70.72 -
YUV 75.81 211.07 175.92 -
System Red Green Blue C M Y K H S L
Decimal 143 13 223 0.36 0.94 0 0.13 277.14 0.89 0.46
Hex 8F D DF 24 5E 0 D 115 59 2E
Octal 217 15 337 44 136 0 15 425 131 56
Binary 10001111 1101 11011111 100100 1011110 0 1101 100010101 1011001 101110

Color Harmonies of #8F0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DDF

Black with #8F0DDF

Text Example


Text Example

White with #8F0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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