Html Css Color HEX #8B3A7D Dark Purple

📋 copy color: '#8B3A7D'

red 139 ◦ green 58 ◦ blue 125

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

Shades of Dark Purple #8B3A7D

Tints of Dark Purple #8B3A7D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.01%

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

R = 43.17%
G = 18.01%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B3A7D (or 0x8B3A7D) is known color: Dark Purple. HEX triplet: 8B, 3A and 7D. RGB value is (139,58,125). Sum of RGB (Red+Green+Blue) = 139+58+125=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3A7D is #74C582. Grayscale: #595959. Windows color (decimal): -7652739 or 8206987. OLE color: 8206987.

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

Color convert

RGB 139 58 125 -
CMYK 0 0.58 0.10 0.45
HSL 310.37º 0.41% 0.39% -
HSV(B) 310.37º 0.58% 0.55% -
XYZ 15.86 10 20.5 -
YUV 89.86 147.84 163.05 -
System Red Green Blue C M Y K H S L
Decimal 139 58 125 0 0.58 0.10 0.45 310.37 0.41 0.39
Hex 8B 3A 7D 0 3A A 2D 136 29 27
Octal 213 72 175 0 72 12 55 466 51 47
Binary 10001011 111010 1111101 0 111010 1010 101101 100110110 101001 100111

Color Harmonies of #8B3A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3A7D

Black with #8B3A7D

Text Example


Text Example

White with #8B3A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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