Html Css Color HEX #8F0DBE Dark Violet

📋 copy color: '#8F0DBE'

red 143 ◦ green 13 ◦ blue 190

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

Shades of Dark Violet #8F0DBE

Tints of Dark Violet #8F0DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 41.33%
G = 3.76%
B = 54.91%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F0DBE (or 0x8F0DBE) is known color: Dark Violet. HEX triplet: 8F, 0D and BE. RGB value is (143,13,190). Sum of RGB (Red+Green+Blue) = 143+13+190=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F0DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0DBE is #70F241. Grayscale: #474747. Windows color (decimal): -7402050 or 12455311. OLE color: 12455311.

HSL color Cylindrical-coordinate representation of color #8F0DBE: hue angle of 284.07º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0DBE is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 13 190 -
CMYK 0.25 0.93 0 0.25
HSL 284.07º 0.87% 0.4% -
HSV(B) 284.07º 0.93% 0.75% -
XYZ 20.77 9.85 49.52 -
YUV 72.05 194.57 178.61 -
System Red Green Blue C M Y K H S L
Decimal 143 13 190 0.25 0.93 0 0.25 284.07 0.87 0.4
Hex 8F D BE 19 5D 0 19 11C 57 28
Octal 217 15 276 31 135 0 31 434 127 50
Binary 10001111 1101 10111110 11001 1011101 0 11001 100011100 1010111 101000

Color Harmonies of #8F0DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0DBE

Black with #8F0DBE

Text Example


Text Example

White with #8F0DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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