Html Css Color HEX #87266E Dark Purple

📋 copy color: '#87266E'

red 135 ◦ green 38 ◦ blue 110

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

Shades of Dark Purple #87266E

Tints of Dark Purple #87266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 110 (43.36% from 255) = 38.87%

R = 47.7%
G = 13.43%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#87266E (or 0x87266E) is known color: Dark Purple. HEX triplet: 87, 26 and 6E. RGB value is (135,38,110). Sum of RGB (Red+Green+Blue) = 135+38+110=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87266E is #78D991. Grayscale: #4B4B4B. Windows color (decimal): -7920018 or 7218823. OLE color: 7218823.

HSL color Cylindrical-coordinate representation of color #87266E: hue angle of 315.46º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87266E is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 110 -
CMYK 0 0.72 0.19 0.47
HSL 315.46º 0.56% 0.34% -
HSV(B) 315.46º 0.72% 0.53% -
XYZ 13.5 7.66 15.52 -
YUV 75.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 135 38 110 0 0.72 0.19 0.47 315.46 0.56 0.34
Hex 87 26 6E 0 48 13 2F 13B 38 22
Octal 207 46 156 0 110 23 57 473 70 42
Binary 10000111 100110 1101110 0 1001000 10011 101111 100111011 111000 100010

Color Harmonies of #87266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87266E

Black with #87266E

Text Example


Text Example

White with #87266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,38,110); }

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

background-color css

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

 a { background-color: rgb(135,38,110); }

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

border-color css

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

 span { border-color: rgb(135,38,110); }

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