Html Css Color HEX #8F12B4 Dark Violet

📋 copy color: '#8F12B4'

red 143 ◦ green 18 ◦ blue 180

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

Shades of Dark Violet #8F12B4

Tints of Dark Violet #8F12B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.79%

R = 41.94%
G = 5.28%
B = 52.79%

CMYK

 C value IS 0.21

 M value IS 0.9

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8F12B4 (or 0x8F12B4) is known color: Dark Violet. HEX triplet: 8F, 12 and B4. RGB value is (143,18,180). Sum of RGB (Red+Green+Blue) = 143+18+180=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F12B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F12B4 is #70ED4B. Grayscale: #494949. Windows color (decimal): -7400780 or 11801231. OLE color: 11801231.

HSL color Cylindrical-coordinate representation of color #8F12B4: hue angle of 286.3º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F12B4 is Cyan = 0.21, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 18 180 -
CMYK 0.21 0.9 0 0.29
HSL 286.3º 0.82% 0.39% -
HSV(B) 286.3º 0.9% 0.71% -
XYZ 19.78 9.57 43.98 -
YUV 73.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 143 18 180 0.21 0.9 0 0.29 286.3 0.82 0.39
Hex 8F 12 B4 15 5A 0 1D 11E 52 27
Octal 217 22 264 25 132 0 35 436 122 47
Binary 10001111 10010 10110100 10101 1011010 0 11101 100011110 1010010 100111

Color Harmonies of #8F12B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F12B4

Black with #8F12B4

Text Example


Text Example

White with #8F12B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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