Html Css Color HEX #8F12BE Dark Violet

📋 copy color: '#8F12BE'

red 143 ◦ green 18 ◦ blue 190

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

Shades of Dark Violet #8F12BE

Tints of Dark Violet #8F12BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 40.74%
G = 5.13%
B = 54.13%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F12BE (or 0x8F12BE) is known color: Dark Violet. HEX triplet: 8F, 12 and BE. RGB value is (143,18,190). Sum of RGB (Red+Green+Blue) = 143+18+190=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F12BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12BE is #70ED41. Grayscale: #4A4A4A. Windows color (decimal): -7400770 or 12456591. OLE color: 12456591.

HSL color Cylindrical-coordinate representation of color #8F12BE: hue angle of 283.6º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F12BE is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 18 190 -
CMYK 0.25 0.91 0 0.25
HSL 283.6º 0.83% 0.41% -
HSV(B) 283.6º 0.91% 0.75% -
XYZ 20.84 9.99 49.55 -
YUV 74.98 192.91 176.51 -
System Red Green Blue C M Y K H S L
Decimal 143 18 190 0.25 0.91 0 0.25 283.6 0.83 0.41
Hex 8F 12 BE 19 5B 0 19 11C 53 29
Octal 217 22 276 31 133 0 31 434 123 51
Binary 10001111 10010 10111110 11001 1011011 0 11001 100011100 1010011 101001

Color Harmonies of #8F12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F12BE

Black with #8F12BE

Text Example


Text Example

White with #8F12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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