Html Css Color HEX #87266F Dark Purple

📋 copy color: '#87266F'

red 135 ◦ green 38 ◦ blue 111

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

Shades of Dark Purple #87266F

Tints of Dark Purple #87266F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 47.54%
G = 13.38%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#87266F (or 0x87266F) is known color: Dark Purple. HEX triplet: 87, 26 and 6F. RGB value is (135,38,111). Sum of RGB (Red+Green+Blue) = 135+38+111=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #87266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87266F is #78D990. Grayscale: #4B4B4B. Windows color (decimal): -7920017 or 7284359. OLE color: 7284359.

HSL color Cylindrical-coordinate representation of color #87266F: hue angle of 314.85º 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 #87266F is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 111 -
CMYK 0 0.72 0.18 0.47
HSL 314.85º 0.56% 0.34% -
HSV(B) 314.85º 0.72% 0.53% -
XYZ 13.55 7.68 15.81 -
YUV 75.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 135 38 111 0 0.72 0.18 0.47 314.85 0.56 0.34
Hex 87 26 6F 0 48 12 2F 13B 38 22
Octal 207 46 157 0 110 22 57 473 70 42
Binary 10000111 100110 1101111 0 1001000 10010 101111 100111011 111000 100010

Color Harmonies of #87266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87266F

Black with #87266F

Text Example


Text Example

White with #87266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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