Html Css Color HEX #8B1E65 Dark Purple

📋 copy color: '#8B1E65'

red 139 ◦ green 30 ◦ blue 101

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

Shades of Dark Purple #8B1E65

Tints of Dark Purple #8B1E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 51.48%
G = 11.11%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B1E65 (or 0x8B1E65) is known color: Dark Purple. HEX triplet: 8B, 1E and 65. RGB value is (139,30,101). Sum of RGB (Red+Green+Blue) = 139+30+101=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1E65 is #74E19A. Grayscale: #464646. Windows color (decimal): -7659931 or 6626955. OLE color: 6626955.

HSL color Cylindrical-coordinate representation of color #8B1E65: hue angle of 320.92º 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 #8B1E65 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 30 101 -
CMYK 0 0.78 0.27 0.45
HSL 320.92º 0.64% 0.33% -
HSV(B) 320.92º 0.78% 0.55% -
XYZ 13.46 7.36 13.02 -
YUV 70.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 139 30 101 0 0.78 0.27 0.45 320.92 0.64 0.33
Hex 8B 1E 65 0 4E 1B 2D 141 40 21
Octal 213 36 145 0 116 33 55 501 100 41
Binary 10001011 11110 1100101 0 1001110 11011 101101 101000001 1000000 100001

Color Harmonies of #8B1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E65

Black with #8B1E65

Text Example


Text Example

White with #8B1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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