Html Css Color HEX #8C0F7D Dark Purple

📋 copy color: '#8C0F7D'

red 140 ◦ green 15 ◦ blue 125

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

Shades of Dark Purple #8C0F7D

Tints of Dark Purple #8C0F7D

RGB

 RED value IS 140 (55.08% from 255) = 50%

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

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

R = 50%
G = 5.36%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8C0F7D (or 0x8C0F7D) is known color: Dark Purple. HEX triplet: 8C, 0F and 7D. RGB value is (140,15,125). Sum of RGB (Red+Green+Blue) = 140+15+125=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F7D is #73F082. Grayscale: #404040. Windows color (decimal): -7598211 or 8195980. OLE color: 8195980.

HSL color Cylindrical-coordinate representation of color #8C0F7D: hue angle of 307.2º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F7D is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 15 125 -
CMYK 0 0.89 0.11 0.45
HSL 307.2º 0.81% 0.3% -
HSV(B) 307.2º 0.89% 0.55% -
XYZ 14.69 7.4 20.06 -
YUV 64.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 140 15 125 0 0.89 0.11 0.45 307.2 0.81 0.3
Hex 8C F 7D 0 59 B 2D 133 51 1E
Octal 214 17 175 0 131 13 55 463 121 36
Binary 10001100 1111 1111101 0 1011001 1011 101101 100110011 1010001 11110

Color Harmonies of #8C0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0F7D

Black with #8C0F7D

Text Example


Text Example

White with #8C0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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