Html Css Color HEX #87397B Dark Purple

📋 copy color: '#87397B'

red 135 ◦ green 57 ◦ blue 123

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

Shades of Dark Purple #87397B

Tints of Dark Purple #87397B

RGB

 RED value IS 135 (53.13% from 255) = 42.86%

 GREEN value IS 57 (22.66% from 255) = 18.1%

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

R = 42.86%
G = 18.1%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87397B (or 0x87397B) is known color: Dark Purple. HEX triplet: 87, 39 and 7B. RGB value is (135,57,123). Sum of RGB (Red+Green+Blue) = 135+57+123=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87397B is #78C684. Grayscale: #575757. Windows color (decimal): -7915141 or 8075655. OLE color: 8075655.

HSL color Cylindrical-coordinate representation of color #87397B: hue angle of 309.23º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #87397B is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 57 123 -
CMYK 0 0.58 0.09 0.47
HSL 309.23º 0.41% 0.38% -
HSV(B) 309.23º 0.58% 0.53% -
XYZ 15.03 9.51 19.78 -
YUV 87.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 135 57 123 0 0.58 0.09 0.47 309.23 0.41 0.38
Hex 87 39 7B 0 3A 9 2F 135 29 26
Octal 207 71 173 0 72 11 57 465 51 46
Binary 10000111 111001 1111011 0 111010 1001 101111 100110101 101001 100110

Color Harmonies of #87397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87397B

Black with #87397B

Text Example


Text Example

White with #87397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87397B; }

 p { color: rgb(135,57,123); }

 H1.HeaderClassName
 {
   color: #87397B;
 }
 .AnyTagClassName
 {
   color: #87397B;
 }
</style>

background-color css

<style>
 a { background-color: #87397B; }

 a { background-color: rgb(135,57,123); }

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

border-color css

<style>
 span { border-color: #87397B; }

 span { border-color: rgb(135,57,123); }

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