Html Css Color HEX #8F13D9 Dark Violet

📋 copy color: '#8F13D9'

red 143 ◦ green 19 ◦ blue 217

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

Shades of Dark Violet #8F13D9

Tints of Dark Violet #8F13D9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

 BLUE value IS 217 (85.16% from 255) = 57.26%

R = 37.73%
G = 5.01%
B = 57.26%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F13D9 (or 0x8F13D9) is known color: Dark Violet. HEX triplet: 8F, 13 and D9. RGB value is (143,19,217). Sum of RGB (Red+Green+Blue) = 143+19+217=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #8F13D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13D9 is #70EC26. Grayscale: #4D4D4D. Windows color (decimal): -7400487 or 14226319. OLE color: 14226319.

HSL color Cylindrical-coordinate representation of color #8F13D9: hue angle of 277.58º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F13D9 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 19 217 -
CMYK 0.34 0.91 0 0.15
HSL 277.58º 0.84% 0.46% -
HSV(B) 277.58º 0.91% 0.85% -
XYZ 24.08 11.32 66.56 -
YUV 78.65 206.08 173.9 -
System Red Green Blue C M Y K H S L
Decimal 143 19 217 0.34 0.91 0 0.15 277.58 0.84 0.46
Hex 8F 13 D9 22 5B 0 F 116 54 2E
Octal 217 23 331 42 133 0 17 426 124 56
Binary 10001111 10011 11011001 100010 1011011 0 1111 100010110 1010100 101110

Color Harmonies of #8F13D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F13D9

Black with #8F13D9

Text Example


Text Example

White with #8F13D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,19,217); }

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

background-color css

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

 a { background-color: rgb(143,19,217); }

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

border-color css

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

 span { border-color: rgb(143,19,217); }

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