Html Css Color HEX #8B1E6A Dark Purple

📋 copy color: '#8B1E6A'

red 139 ◦ green 30 ◦ blue 106

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

Shades of Dark Purple #8B1E6A

Tints of Dark Purple #8B1E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.91%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 50.55%
G = 10.91%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B1E6A (or 0x8B1E6A) is known color: Dark Purple. HEX triplet: 8B, 1E and 6A. RGB value is (139,30,106). Sum of RGB (Red+Green+Blue) = 139+30+106=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E6A is #74E195. Grayscale: #474747. Windows color (decimal): -7659926 or 6954635. OLE color: 6954635.

HSL color Cylindrical-coordinate representation of color #8B1E6A: hue angle of 318.17º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1E6A is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 30 106 -
CMYK 0 0.78 0.24 0.45
HSL 318.17º 0.64% 0.33% -
HSV(B) 318.17º 0.78% 0.55% -
XYZ 13.71 7.46 14.35 -
YUV 71.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 139 30 106 0 0.78 0.24 0.45 318.17 0.64 0.33
Hex 8B 1E 6A 0 4E 18 2D 13E 40 21
Octal 213 36 152 0 116 30 55 476 100 41
Binary 10001011 11110 1101010 0 1001110 11000 101101 100111110 1000000 100001

Color Harmonies of #8B1E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E6A

Black with #8B1E6A

Text Example


Text Example

White with #8B1E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,30,106); }

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

background-color css

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

 a { background-color: rgb(139,30,106); }

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

border-color css

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

 span { border-color: rgb(139,30,106); }

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