Html Css Color HEX #8B3A6E Dark Purple

📋 copy color: '#8B3A6E'

red 139 ◦ green 58 ◦ blue 110

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

Shades of Dark Purple #8B3A6E

Tints of Dark Purple #8B3A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 45.28%
G = 18.89%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B3A6E (or 0x8B3A6E) is known color: Dark Purple. HEX triplet: 8B, 3A and 6E. RGB value is (139,58,110). Sum of RGB (Red+Green+Blue) = 139+58+110=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3A6E is #74C591. Grayscale: #585858. Windows color (decimal): -7652754 or 7223947. OLE color: 7223947.

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

Color convert

RGB 139 58 110 -
CMYK 0 0.58 0.21 0.45
HSL 321.48º 0.41% 0.39% -
HSV(B) 321.48º 0.58% 0.55% -
XYZ 14.97 9.64 15.82 -
YUV 88.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 139 58 110 0 0.58 0.21 0.45 321.48 0.41 0.39
Hex 8B 3A 6E 0 3A 15 2D 141 29 27
Octal 213 72 156 0 72 25 55 501 51 47
Binary 10001011 111010 1101110 0 111010 10101 101101 101000001 101001 100111

Color Harmonies of #8B3A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3A6E

Black with #8B3A6E

Text Example


Text Example

White with #8B3A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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