Html Css Color HEX #87107B Dark Purple

📋 copy color: '#87107B'

red 135 ◦ green 16 ◦ blue 123

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

Shades of Dark Purple #87107B

Tints of Dark Purple #87107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

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

R = 49.27%
G = 5.84%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87107B (or 0x87107B) is known color: Dark Purple. HEX triplet: 87, 10 and 7B. RGB value is (135,16,123). Sum of RGB (Red+Green+Blue) = 135+16+123=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87107B is #78EF84. Grayscale: #3F3F3F. Windows color (decimal): -7925637 or 8065159. OLE color: 8065159.

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

Color convert

RGB 135 16 123 -
CMYK 0 0.88 0.09 0.47
HSL 306.05º 0.79% 0.3% -
HSV(B) 306.05º 0.88% 0.53% -
XYZ 13.75 6.95 19.36 -
YUV 63.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 135 16 123 0 0.88 0.09 0.47 306.05 0.79 0.3
Hex 87 10 7B 0 58 9 2F 132 4F 1E
Octal 207 20 173 0 130 11 57 462 117 36
Binary 10000111 10000 1111011 0 1011000 1001 101111 100110010 1001111 11110

Color Harmonies of #87107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87107B

Black with #87107B

Text Example


Text Example

White with #87107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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