Html Css Color HEX #8F13BA Dark Violet

📋 copy color: '#8F13BA'

red 143 ◦ green 19 ◦ blue 186

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

Shades of Dark Violet #8F13BA

Tints of Dark Violet #8F13BA

RGB

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

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

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

R = 41.09%
G = 5.46%
B = 53.45%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F13BA (or 0x8F13BA) is known color: Dark Violet. HEX triplet: 8F, 13 and BA. RGB value is (143,19,186). Sum of RGB (Red+Green+Blue) = 143+19+186=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F13BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F13BA is #70EC45. Grayscale: #4A4A4A. Windows color (decimal): -7400518 or 12194703. OLE color: 12194703.

HSL color Cylindrical-coordinate representation of color #8F13BA: hue angle of 284.55º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F13BA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 19 186 -
CMYK 0.23 0.90 0 0.27
HSL 284.55º 0.81% 0.4% -
HSV(B) 284.55º 0.9% 0.73% -
XYZ 20.42 9.85 47.28 -
YUV 75.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 143 19 186 0.23 0.90 0 0.27 284.55 0.81 0.4
Hex 8F 13 BA 17 5A 0 1B 11D 51 28
Octal 217 23 272 27 132 0 33 435 121 50
Binary 10001111 10011 10111010 10111 1011010 0 11011 100011101 1010001 101000

Color Harmonies of #8F13BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F13BA

Black with #8F13BA

Text Example


Text Example

White with #8F13BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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