Html Css Color HEX #88266D Dark Purple

📋 copy color: '#88266D'

red 136 ◦ green 38 ◦ blue 109

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

Shades of Dark Purple #88266D

Tints of Dark Purple #88266D

RGB

 RED value IS 136 (53.52% from 255) = 48.06%

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 48.06%
G = 13.43%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88266D (or 0x88266D) is known color: Dark Purple. HEX triplet: 88, 26 and 6D. RGB value is (136,38,109). Sum of RGB (Red+Green+Blue) = 136+38+109=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88266D is #77D992. Grayscale: #4B4B4B. Windows color (decimal): -7854483 or 7153288. OLE color: 7153288.

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

Color convert

RGB 136 38 109 -
CMYK 0 0.72 0.20 0.47
HSL 316.53º 0.56% 0.34% -
HSV(B) 316.53º 0.72% 0.53% -
XYZ 13.61 7.72 15.24 -
YUV 75.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 136 38 109 0 0.72 0.20 0.47 316.53 0.56 0.34
Hex 88 26 6D 0 48 14 2F 13D 38 22
Octal 210 46 155 0 110 24 57 475 70 42
Binary 10001000 100110 1101101 0 1001000 10100 101111 100111101 111000 100010

Color Harmonies of #88266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88266D

Black with #88266D

Text Example


Text Example

White with #88266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88266D; }

 p { color: rgb(136,38,109); }

 H1.HeaderClassName
 {
   color: #88266D;
 }
 .AnyTagClassName
 {
   color: #88266D;
 }
</style>

background-color css

<style>
 a { background-color: #88266D; }

 a { background-color: rgb(136,38,109); }

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

border-color css

<style>
 span { border-color: #88266D; }

 span { border-color: rgb(136,38,109); }

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