Html Css Color HEX #88306D Dark Purple

📋 copy color: '#88306D'

red 136 ◦ green 48 ◦ blue 109

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

Shades of Dark Purple #88306D

Tints of Dark Purple #88306D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 46.42%
G = 16.38%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88306D (or 0x88306D) is known color: Dark Purple. HEX triplet: 88, 30 and 6D. RGB value is (136,48,109). Sum of RGB (Red+Green+Blue) = 136+48+109=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #88306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88306D is #77CF92. Grayscale: #515151. Windows color (decimal): -7851923 or 7155848. OLE color: 7155848.

HSL color Cylindrical-coordinate representation of color #88306D: hue angle of 318.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #88306D is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 48 109 -
CMYK 0 0.65 0.20 0.47
HSL 318.41º 0.48% 0.36% -
HSV(B) 318.41º 0.65% 0.53% -
XYZ 13.97 8.45 15.36 -
YUV 81.27 143.65 167.04 -
System Red Green Blue C M Y K H S L
Decimal 136 48 109 0 0.65 0.20 0.47 318.41 0.48 0.36
Hex 88 30 6D 0 41 14 2F 13E 30 24
Octal 210 60 155 0 101 24 57 476 60 44
Binary 10001000 110000 1101101 0 1000001 10100 101111 100111110 110000 100100

Color Harmonies of #88306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88306D

Black with #88306D

Text Example


Text Example

White with #88306D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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