Html Css Color HEX #8F12BD Dark Violet

📋 copy color: '#8F12BD'

red 143 ◦ green 18 ◦ blue 189

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

Shades of Dark Violet #8F12BD

Tints of Dark Violet #8F12BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54%

R = 40.86%
G = 5.14%
B = 54%

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

#8F12BD (or 0x8F12BD) is known color: Dark Violet. HEX triplet: 8F, 12 and BD. RGB value is (143,18,189). Sum of RGB (Red+Green+Blue) = 143+18+189=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F12BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12BD is #70ED42. Grayscale: #4A4A4A. Windows color (decimal): -7400771 or 12391055. OLE color: 12391055.

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

Color convert

RGB 143 18 189 -
CMYK 0.24 0.90 0 0.26
HSL 283.86º 0.83% 0.41% -
HSV(B) 283.86º 0.9% 0.74% -
XYZ 20.73 9.95 48.97 -
YUV 74.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 143 18 189 0.24 0.90 0 0.26 283.86 0.83 0.41
Hex 8F 12 BD 18 5A 0 1A 11C 53 29
Octal 217 22 275 30 132 0 32 434 123 51
Binary 10001111 10010 10111101 11000 1011010 0 11010 100011100 1010011 101001

Color Harmonies of #8F12BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F12BD

Black with #8F12BD

Text Example


Text Example

White with #8F12BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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