Html Css Color HEX #87266C Dark Purple

📋 copy color: '#87266C'

red 135 ◦ green 38 ◦ blue 108

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

Shades of Dark Purple #87266C

Tints of Dark Purple #87266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 48.04%
G = 13.52%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87266C (or 0x87266C) is known color: Dark Purple. HEX triplet: 87, 26 and 6C. RGB value is (135,38,108). Sum of RGB (Red+Green+Blue) = 135+38+108=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #87266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87266C is #78D993. Grayscale: #4A4A4A. Windows color (decimal): -7920020 or 7087751. OLE color: 7087751.

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

Color convert

RGB 135 38 108 -
CMYK 0 0.72 0.2 0.47
HSL 316.7º 0.56% 0.34% -
HSV(B) 316.7º 0.72% 0.53% -
XYZ 13.39 7.62 14.95 -
YUV 74.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 135 38 108 0 0.72 0.2 0.47 316.7 0.56 0.34
Hex 87 26 6C 0 48 14 2F 13D 38 22
Octal 207 46 154 0 110 24 57 475 70 42
Binary 10000111 100110 1101100 0 1001000 10100 101111 100111101 111000 100010

Color Harmonies of #87266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87266C

Black with #87266C

Text Example


Text Example

White with #87266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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