Html Css Color HEX #8B386E Dark Purple

📋 copy color: '#8B386E'

red 139 ◦ green 56 ◦ blue 110

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

Shades of Dark Purple #8B386E

Tints of Dark Purple #8B386E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

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

R = 45.57%
G = 18.36%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B386E (or 0x8B386E) is known color: Dark Purple. HEX triplet: 8B, 38 and 6E. RGB value is (139,56,110). Sum of RGB (Red+Green+Blue) = 139+56+110=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B386E is #74C791. Grayscale: #565656. Windows color (decimal): -7653266 or 7223435. OLE color: 7223435.

HSL color Cylindrical-coordinate representation of color #8B386E: hue angle of 320.96º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B386E is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 56 110 -
CMYK 0 0.60 0.21 0.45
HSL 320.96º 0.43% 0.38% -
HSV(B) 320.96º 0.6% 0.55% -
XYZ 14.88 9.44 15.79 -
YUV 86.97 141 165.11 -
System Red Green Blue C M Y K H S L
Decimal 139 56 110 0 0.60 0.21 0.45 320.96 0.43 0.38
Hex 8B 38 6E 0 3C 15 2D 141 2B 26
Octal 213 70 156 0 74 25 55 501 53 46
Binary 10001011 111000 1101110 0 111100 10101 101101 101000001 101011 100110

Color Harmonies of #8B386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B386E

Black with #8B386E

Text Example


Text Example

White with #8B386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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