Html Css Color HEX #88246E Dark Purple

📋 copy color: '#88246E'

red 136 ◦ green 36 ◦ blue 110

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

Shades of Dark Purple #88246E

Tints of Dark Purple #88246E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.77%

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

R = 48.23%
G = 12.77%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88246E (or 0x88246E) is known color: Dark Purple. HEX triplet: 88, 24 and 6E. RGB value is (136,36,110). Sum of RGB (Red+Green+Blue) = 136+36+110=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88246E is #77DB91. Grayscale: #4A4A4A. Windows color (decimal): -7854994 or 7218312. OLE color: 7218312.

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

Color convert

RGB 136 36 110 -
CMYK 0 0.74 0.19 0.47
HSL 315.6º 0.58% 0.34% -
HSV(B) 315.6º 0.74% 0.53% -
XYZ 13.6 7.62 15.51 -
YUV 74.34 148.13 171.98 -
System Red Green Blue C M Y K H S L
Decimal 136 36 110 0 0.74 0.19 0.47 315.6 0.58 0.34
Hex 88 24 6E 0 4A 13 2F 13C 3A 22
Octal 210 44 156 0 112 23 57 474 72 42
Binary 10001000 100100 1101110 0 1001010 10011 101111 100111100 111010 100010

Color Harmonies of #88246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88246E

Black with #88246E

Text Example


Text Example

White with #88246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,36,110); }

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

background-color css

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

 a { background-color: rgb(136,36,110); }

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

border-color css

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

 span { border-color: rgb(136,36,110); }

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