Html Css Color HEX #8F0F7D Dark Purple

📋 copy color: '#8F0F7D'

red 143 ◦ green 15 ◦ blue 125

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

Shades of Dark Purple #8F0F7D

Tints of Dark Purple #8F0F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 50.53%
G = 5.3%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F0F7D (or 0x8F0F7D) is known color: Dark Purple. HEX triplet: 8F, 0F and 7D. RGB value is (143,15,125). Sum of RGB (Red+Green+Blue) = 143+15+125=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0F7D is #70F082. Grayscale: #414141. Windows color (decimal): -7401603 or 8195983. OLE color: 8195983.

HSL color Cylindrical-coordinate representation of color #8F0F7D: hue angle of 308.44º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F7D is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 15 125 -
CMYK 0 0.90 0.13 0.44
HSL 308.44º 0.81% 0.31% -
HSV(B) 308.44º 0.9% 0.56% -
XYZ 15.2 7.66 20.08 -
YUV 65.81 161.41 183.06 -
System Red Green Blue C M Y K H S L
Decimal 143 15 125 0 0.90 0.13 0.44 308.44 0.81 0.31
Hex 8F F 7D 0 5A D 2C 134 51 1F
Octal 217 17 175 0 132 15 54 464 121 37
Binary 10001111 1111 1111101 0 1011010 1101 101100 100110100 1010001 11111

Color Harmonies of #8F0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0F7D

Black with #8F0F7D

Text Example


Text Example

White with #8F0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,125); }

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

background-color css

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

 a { background-color: rgb(143,15,125); }

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

border-color css

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

 span { border-color: rgb(143,15,125); }

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