Html Css Color HEX #8F11BE Dark Violet

📋 copy color: '#8F11BE'

red 143 ◦ green 17 ◦ blue 190

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

Shades of Dark Violet #8F11BE

Tints of Dark Violet #8F11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.86%

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

R = 40.86%
G = 4.86%
B = 54.29%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F11BE (or 0x8F11BE) is known color: Dark Violet. HEX triplet: 8F, 11 and BE. RGB value is (143,17,190). Sum of RGB (Red+Green+Blue) = 143+17+190=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F11BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11BE is #70EE41. Grayscale: #494949. Windows color (decimal): -7401026 or 12456335. OLE color: 12456335.

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

Color convert

RGB 143 17 190 -
CMYK 0.25 0.91 0 0.25
HSL 283.7º 0.84% 0.41% -
HSV(B) 283.7º 0.91% 0.75% -
XYZ 20.82 9.96 49.54 -
YUV 74.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 143 17 190 0.25 0.91 0 0.25 283.7 0.84 0.41
Hex 8F 11 BE 19 5B 0 19 11C 54 29
Octal 217 21 276 31 133 0 31 434 124 51
Binary 10001111 10001 10111110 11001 1011011 0 11001 100011100 1010100 101001

Color Harmonies of #8F11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F11BE

Black with #8F11BE

Text Example


Text Example

White with #8F11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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