Html Css Color HEX #8F12BC Dark Violet

📋 copy color: '#8F12BC'

red 143 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #8F12BC

Tints of Dark Violet #8F12BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 40.97%
G = 5.16%
B = 53.87%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F12BC (or 0x8F12BC) is known color: Dark Violet. HEX triplet: 8F, 12 and BC. RGB value is (143,18,188). Sum of RGB (Red+Green+Blue) = 143+18+188=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F12BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12BC is #70ED43. Grayscale: #4A4A4A. Windows color (decimal): -7400772 or 12325519. OLE color: 12325519.

HSL color Cylindrical-coordinate representation of color #8F12BC: hue angle of 284.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F12BC is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 18 188 -
CMYK 0.24 0.90 0 0.26
HSL 284.12º 0.83% 0.4% -
HSV(B) 284.12º 0.9% 0.74% -
XYZ 20.62 9.9 48.4 -
YUV 74.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 143 18 188 0.24 0.90 0 0.26 284.12 0.83 0.4
Hex 8F 12 BC 18 5A 0 1A 11C 53 28
Octal 217 22 274 30 132 0 32 434 123 50
Binary 10001111 10010 10111100 11000 1011010 0 11010 100011100 1010011 101000

Color Harmonies of #8F12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F12BC

Black with #8F12BC

Text Example


Text Example

White with #8F12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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