Html Css Color HEX #8B287E Dark Purple

📋 copy color: '#8B287E'

red 139 ◦ green 40 ◦ blue 126

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

Shades of Dark Purple #8B287E

Tints of Dark Purple #8B287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 45.57%
G = 13.11%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B287E (or 0x8B287E) is known color: Dark Purple. HEX triplet: 8B, 28 and 7E. RGB value is (139,40,126). Sum of RGB (Red+Green+Blue) = 139+40+126=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B287E is #74D781. Grayscale: #4F4F4F. Windows color (decimal): -7657346 or 8267915. OLE color: 8267915.

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

Color convert

RGB 139 40 126 -
CMYK 0 0.71 0.09 0.45
HSL 307.88º 0.55% 0.35% -
HSV(B) 307.88º 0.71% 0.55% -
XYZ 15.17 8.51 20.58 -
YUV 79.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 139 40 126 0 0.71 0.09 0.45 307.88 0.55 0.35
Hex 8B 28 7E 0 47 9 2D 134 37 23
Octal 213 50 176 0 107 11 55 464 67 43
Binary 10001011 101000 1111110 0 1000111 1001 101101 100110100 110111 100011

Color Harmonies of #8B287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B287E

Black with #8B287E

Text Example


Text Example

White with #8B287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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