Html Css Color HEX #8B2E7D Dark Purple

📋 copy color: '#8B2E7D'

red 139 ◦ green 46 ◦ blue 125

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

Shades of Dark Purple #8B2E7D

Tints of Dark Purple #8B2E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

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

R = 44.84%
G = 14.84%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B2E7D (or 0x8B2E7D) is known color: Dark Purple. HEX triplet: 8B, 2E and 7D. RGB value is (139,46,125). Sum of RGB (Red+Green+Blue) = 139+46+125=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2E7D is #74D182. Grayscale: #525252. Windows color (decimal): -7655811 or 8203915. OLE color: 8203915.

HSL color Cylindrical-coordinate representation of color #8B2E7D: hue angle of 309.03º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B2E7D is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 46 125 -
CMYK 0 0.67 0.10 0.45
HSL 309.03º 0.5% 0.36% -
HSV(B) 309.03º 0.67% 0.55% -
XYZ 15.33 8.92 20.32 -
YUV 82.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 139 46 125 0 0.67 0.10 0.45 309.03 0.5 0.36
Hex 8B 2E 7D 0 43 A 2D 135 32 24
Octal 213 56 175 0 103 12 55 465 62 44
Binary 10001011 101110 1111101 0 1000011 1010 101101 100110101 110010 100100

Color Harmonies of #8B2E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2E7D

Black with #8B2E7D

Text Example


Text Example

White with #8B2E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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