Html Css Color HEX #87397E Dark Purple

📋 copy color: '#87397E'

red 135 ◦ green 57 ◦ blue 126

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

Shades of Dark Purple #87397E

Tints of Dark Purple #87397E

RGB

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

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

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

R = 42.45%
G = 17.92%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87397E (or 0x87397E) is known color: Dark Purple. HEX triplet: 87, 39 and 7E. RGB value is (135,57,126). Sum of RGB (Red+Green+Blue) = 135+57+126=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #87397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87397E is #78C681. Grayscale: #575757. Windows color (decimal): -7915138 or 8272263. OLE color: 8272263.

HSL color Cylindrical-coordinate representation of color #87397E: hue angle of 306.92º 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 #87397E is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 57 126 -
CMYK 0 0.58 0.07 0.47
HSL 306.92º 0.41% 0.38% -
HSV(B) 306.92º 0.58% 0.53% -
XYZ 15.22 9.58 20.79 -
YUV 88.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 135 57 126 0 0.58 0.07 0.47 306.92 0.41 0.38
Hex 87 39 7E 0 3A 7 2F 133 29 26
Octal 207 71 176 0 72 7 57 463 51 46
Binary 10000111 111001 1111110 0 111010 111 101111 100110011 101001 100110

Color Harmonies of #87397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87397E

Black with #87397E

Text Example


Text Example

White with #87397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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