Html Css Color HEX #88246B Dark Purple

📋 copy color: '#88246B'

red 136 ◦ green 36 ◦ blue 107

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

Shades of Dark Purple #88246B

Tints of Dark Purple #88246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.35%

R = 48.75%
G = 12.9%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88246B (or 0x88246B) is known color: Dark Purple. HEX triplet: 88, 24 and 6B. RGB value is (136,36,107). Sum of RGB (Red+Green+Blue) = 136+36+107=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88246B is #77DB94. Grayscale: #494949. Windows color (decimal): -7854997 or 7021704. OLE color: 7021704.

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

Color convert

RGB 136 36 107 -
CMYK 0 0.74 0.21 0.47
HSL 317.4º 0.58% 0.34% -
HSV(B) 317.4º 0.74% 0.53% -
XYZ 13.44 7.56 14.66 -
YUV 73.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 136 36 107 0 0.74 0.21 0.47 317.4 0.58 0.34
Hex 88 24 6B 0 4A 15 2F 13D 3A 22
Octal 210 44 153 0 112 25 57 475 72 42
Binary 10001000 100100 1101011 0 1001010 10101 101111 100111101 111010 100010

Color Harmonies of #88246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88246B

Black with #88246B

Text Example


Text Example

White with #88246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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