Html Css Color HEX #8B1C7D Dark Purple

📋 copy color: '#8B1C7D'

red 139 ◦ green 28 ◦ blue 125

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

Shades of Dark Purple #8B1C7D

Tints of Dark Purple #8B1C7D

RGB

 RED value IS 139 (54.69% from 255) = 47.6%

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 47.6%
G = 9.59%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B1C7D (or 0x8B1C7D) is known color: Dark Purple. HEX triplet: 8B, 1C and 7D. RGB value is (139,28,125). Sum of RGB (Red+Green+Blue) = 139+28+125=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1C7D is #74E382. Grayscale: #474747. Windows color (decimal): -7660419 or 8199307. OLE color: 8199307.

HSL color Cylindrical-coordinate representation of color #8B1C7D: hue angle of 307.57º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8B1C7D is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 28 125 -
CMYK 0 0.80 0.10 0.45
HSL 307.57º 0.66% 0.33% -
HSV(B) 307.57º 0.8% 0.55% -
XYZ 14.76 7.8 20.13 -
YUV 72.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 139 28 125 0 0.80 0.10 0.45 307.57 0.66 0.33
Hex 8B 1C 7D 0 50 A 2D 134 42 21
Octal 213 34 175 0 120 12 55 464 102 41
Binary 10001011 11100 1111101 0 1010000 1010 101101 100110100 1000010 100001

Color Harmonies of #8B1C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C7D

Black with #8B1C7D

Text Example


Text Example

White with #8B1C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,28,125); }

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

background-color css

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

 a { background-color: rgb(139,28,125); }

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

border-color css

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

 span { border-color: rgb(139,28,125); }

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