Html Css Color HEX #8F12BA Dark Violet

📋 copy color: '#8F12BA'

red 143 ◦ green 18 ◦ blue 186

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

Shades of Dark Violet #8F12BA

Tints of Dark Violet #8F12BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

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

R = 41.21%
G = 5.19%
B = 53.6%

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

#8F12BA (or 0x8F12BA) is known color: Dark Violet. HEX triplet: 8F, 12 and BA. RGB value is (143,18,186). Sum of RGB (Red+Green+Blue) = 143+18+186=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12BA is #70ED45. Grayscale: #494949. Windows color (decimal): -7400774 or 12194447. OLE color: 12194447.

HSL color Cylindrical-coordinate representation of color #8F12BA: hue angle of 284.64º degrees, saturation: 0.82, 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 #8F12BA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 18 186 -
CMYK 0.23 0.90 0 0.27
HSL 284.64º 0.82% 0.4% -
HSV(B) 284.64º 0.9% 0.73% -
XYZ 20.41 9.82 47.27 -
YUV 74.53 190.91 176.84 -
System Red Green Blue C M Y K H S L
Decimal 143 18 186 0.23 0.90 0 0.27 284.64 0.82 0.4
Hex 8F 12 BA 17 5A 0 1B 11D 52 28
Octal 217 22 272 27 132 0 33 435 122 50
Binary 10001111 10010 10111010 10111 1011010 0 11011 100011101 1010010 101000

Color Harmonies of #8F12BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F12BA

Black with #8F12BA

Text Example


Text Example

White with #8F12BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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