Html Css Color HEX #8B287D Dark Purple

📋 copy color: '#8B287D'

red 139 ◦ green 40 ◦ blue 125

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

Shades of Dark Purple #8B287D

Tints of Dark Purple #8B287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

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

R = 45.72%
G = 13.16%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B287D (or 0x8B287D) is known color: Dark Purple. HEX triplet: 8B, 28 and 7D. RGB value is (139,40,125). Sum of RGB (Red+Green+Blue) = 139+40+125=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B287D is #74D782. Grayscale: #4F4F4F. Windows color (decimal): -7657347 or 8202379. OLE color: 8202379.

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

Color convert

RGB 139 40 125 -
CMYK 0 0.71 0.10 0.45
HSL 308.48º 0.55% 0.35% -
HSV(B) 308.48º 0.71% 0.55% -
XYZ 15.11 8.49 20.24 -
YUV 79.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 139 40 125 0 0.71 0.10 0.45 308.48 0.55 0.35
Hex 8B 28 7D 0 47 A 2D 134 37 23
Octal 213 50 175 0 107 12 55 464 67 43
Binary 10001011 101000 1111101 0 1000111 1010 101101 100110100 110111 100011

Color Harmonies of #8B287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B287D

Black with #8B287D

Text Example


Text Example

White with #8B287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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