Html Css Color HEX #8F15BA Dark Violet

📋 copy color: '#8F15BA'

red 143 ◦ green 21 ◦ blue 186

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

Shades of Dark Violet #8F15BA

Tints of Dark Violet #8F15BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6%

 BLUE value IS 186 (73.05% from 255) = 53.14%

R = 40.86%
G = 6%
B = 53.14%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F15BA (or 0x8F15BA) is known color: Dark Violet. HEX triplet: 8F, 15 and BA. RGB value is (143,21,186). Sum of RGB (Red+Green+Blue) = 143+21+186=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F15BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F15BA is #70EA45. Grayscale: #4B4B4B. Windows color (decimal): -7400006 or 12195215. OLE color: 12195215.

HSL color Cylindrical-coordinate representation of color #8F15BA: hue angle of 284.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F15BA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 21 186 -
CMYK 0.23 0.89 0 0.27
HSL 284.36º 0.8% 0.41% -
HSV(B) 284.36º 0.89% 0.73% -
XYZ 20.46 9.92 47.29 -
YUV 76.29 189.92 175.58 -
System Red Green Blue C M Y K H S L
Decimal 143 21 186 0.23 0.89 0 0.27 284.36 0.8 0.41
Hex 8F 15 BA 17 59 0 1B 11C 50 29
Octal 217 25 272 27 131 0 33 434 120 51
Binary 10001111 10101 10111010 10111 1011001 0 11011 100011100 1010000 101001

Color Harmonies of #8F15BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F15BA

Black with #8F15BA

Text Example


Text Example

White with #8F15BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,21,186); }

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

background-color css

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

 a { background-color: rgb(143,21,186); }

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

border-color css

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

 span { border-color: rgb(143,21,186); }

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