Html Css Color HEX #8F0C7A Dark Purple

📋 copy color: '#8F0C7A'

red 143 ◦ green 12 ◦ blue 122

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

Shades of Dark Purple #8F0C7A

Tints of Dark Purple #8F0C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.33%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 51.62%
G = 4.33%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8F0C7A (or 0x8F0C7A) is known color: Dark Purple. HEX triplet: 8F, 0C and 7A. RGB value is (143,12,122). Sum of RGB (Red+Green+Blue) = 143+12+122=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0C7A is #70F385. Grayscale: #3F3F3F. Windows color (decimal): -7402374 or 7998607. OLE color: 7998607.

HSL color Cylindrical-coordinate representation of color #8F0C7A: hue angle of 309.62º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C7A is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 12 122 -
CMYK 0 0.92 0.15 0.44
HSL 309.62º 0.85% 0.3% -
HSV(B) 309.62º 0.92% 0.56% -
XYZ 14.97 7.51 19.07 -
YUV 63.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 143 12 122 0 0.92 0.15 0.44 309.62 0.85 0.3
Hex 8F C 7A 0 5C F 2C 136 55 1E
Octal 217 14 172 0 134 17 54 466 125 36
Binary 10001111 1100 1111010 0 1011100 1111 101100 100110110 1010101 11110

Color Harmonies of #8F0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0C7A

Black with #8F0C7A

Text Example


Text Example

White with #8F0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,12,122); }

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

background-color css

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

 a { background-color: rgb(143,12,122); }

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

border-color css

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

 span { border-color: rgb(143,12,122); }

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