Html Css Color HEX #8B287B Dark Purple

📋 copy color: '#8B287B'

red 139 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #8B287B

Tints of Dark Purple #8B287B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 46.03%
G = 13.25%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B287B (or 0x8B287B) is known color: Dark Purple. HEX triplet: 8B, 28 and 7B. RGB value is (139,40,123). Sum of RGB (Red+Green+Blue) = 139+40+123=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B287B is #74D784. Grayscale: #4E4E4E. Windows color (decimal): -7657349 or 8071307. OLE color: 8071307.

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

Color convert

RGB 139 40 123 -
CMYK 0 0.71 0.12 0.45
HSL 309.7º 0.55% 0.35% -
HSV(B) 309.7º 0.71% 0.55% -
XYZ 14.98 8.44 19.58 -
YUV 79.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 139 40 123 0 0.71 0.12 0.45 309.7 0.55 0.35
Hex 8B 28 7B 0 47 C 2D 136 37 23
Octal 213 50 173 0 107 14 55 466 67 43
Binary 10001011 101000 1111011 0 1000111 1100 101101 100110110 110111 100011

Color Harmonies of #8B287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B287B

Black with #8B287B

Text Example


Text Example

White with #8B287B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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