Html Css Color HEX #8F0DDB Dark Violet

📋 copy color: '#8F0DDB'

red 143 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #8F0DDB

Tints of Dark Violet #8F0DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.4%

R = 38.13%
G = 3.47%
B = 58.4%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F0DDB (or 0x8F0DDB) is known color: Dark Violet. HEX triplet: 8F, 0D and DB. RGB value is (143,13,219). Sum of RGB (Red+Green+Blue) = 143+13+219=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F0DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DDB is #70F224. Grayscale: #4A4A4A. Windows color (decimal): -7402021 or 14355855. OLE color: 14355855.

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

Color convert

RGB 143 13 219 -
CMYK 0.35 0.94 0 0.14
HSL 277.86º 0.89% 0.45% -
HSV(B) 277.86º 0.94% 0.86% -
XYZ 24.26 11.24 67.91 -
YUV 75.35 209.07 176.25 -
System Red Green Blue C M Y K H S L
Decimal 143 13 219 0.35 0.94 0 0.14 277.86 0.89 0.45
Hex 8F D DB 23 5E 0 E 116 59 2D
Octal 217 15 333 43 136 0 16 426 131 55
Binary 10001111 1101 11011011 100011 1011110 0 1110 100010110 1011001 101101

Color Harmonies of #8F0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DDB

Black with #8F0DDB

Text Example


Text Example

White with #8F0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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