Html Css Color HEX #87387B Dark Purple

📋 copy color: '#87387B'

red 135 ◦ green 56 ◦ blue 123

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

Shades of Dark Purple #87387B

Tints of Dark Purple #87387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.83%

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

R = 42.99%
G = 17.83%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87387B (or 0x87387B) is known color: Dark Purple. HEX triplet: 87, 38 and 7B. RGB value is (135,56,123). Sum of RGB (Red+Green+Blue) = 135+56+123=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87387B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87387B is #78C784. Grayscale: #575757. Windows color (decimal): -7915397 or 8075399. OLE color: 8075399.

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

Color convert

RGB 135 56 123 -
CMYK 0 0.59 0.09 0.47
HSL 309.11º 0.41% 0.37% -
HSV(B) 309.11º 0.59% 0.53% -
XYZ 14.98 9.41 19.77 -
YUV 87.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 135 56 123 0 0.59 0.09 0.47 309.11 0.41 0.37
Hex 87 38 7B 0 3B 9 2F 135 29 25
Octal 207 70 173 0 73 11 57 465 51 45
Binary 10000111 111000 1111011 0 111011 1001 101111 100110101 101001 100101

Color Harmonies of #87387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87387B

Black with #87387B

Text Example


Text Example

White with #87387B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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