Html Css Color HEX #88246F Dark Purple

📋 copy color: '#88246F'

red 136 ◦ green 36 ◦ blue 111

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

Shades of Dark Purple #88246F

Tints of Dark Purple #88246F

RGB

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

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

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

R = 48.06%
G = 12.72%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88246F (or 0x88246F) is known color: Dark Purple. HEX triplet: 88, 24 and 6F. RGB value is (136,36,111). Sum of RGB (Red+Green+Blue) = 136+36+111=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88246F is #77DB90. Grayscale: #4A4A4A. Windows color (decimal): -7854993 or 7283848. OLE color: 7283848.

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

Color convert

RGB 136 36 111 -
CMYK 0 0.74 0.18 0.47
HSL 315º 0.58% 0.34% -
HSV(B) 315º 0.74% 0.53% -
XYZ 13.65 7.64 15.79 -
YUV 74.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 136 36 111 0 0.74 0.18 0.47 315 0.58 0.34
Hex 88 24 6F 0 4A 12 2F 13B 3A 22
Octal 210 44 157 0 112 22 57 473 72 42
Binary 10001000 100100 1101111 0 1001010 10010 101111 100111011 111010 100010

Color Harmonies of #88246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88246F

Black with #88246F

Text Example


Text Example

White with #88246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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