Html Css Color HEX #88307D Dark Purple

📋 copy color: '#88307D'

red 136 ◦ green 48 ◦ blue 125

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

Shades of Dark Purple #88307D

Tints of Dark Purple #88307D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 44.01%
G = 15.53%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88307D (or 0x88307D) is known color: Dark Purple. HEX triplet: 88, 30 and 7D. RGB value is (136,48,125). Sum of RGB (Red+Green+Blue) = 136+48+125=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88307D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88307D is #77CF82. Grayscale: #525252. Windows color (decimal): -7851907 or 8204424. OLE color: 8204424.

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

Color convert

RGB 136 48 125 -
CMYK 0 0.65 0.08 0.47
HSL 307.5º 0.48% 0.36% -
HSV(B) 307.5º 0.65% 0.53% -
XYZ 14.91 8.83 20.32 -
YUV 83.09 151.65 165.74 -
System Red Green Blue C M Y K H S L
Decimal 136 48 125 0 0.65 0.08 0.47 307.5 0.48 0.36
Hex 88 30 7D 0 41 8 2F 134 30 24
Octal 210 60 175 0 101 10 57 464 60 44
Binary 10001000 110000 1111101 0 1000001 1000 101111 100110100 110000 100100

Color Harmonies of #88307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88307D

Black with #88307D

Text Example


Text Example

White with #88307D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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