Html Css Color HEX #88307C Dark Purple

📋 copy color: '#88307C'

red 136 ◦ green 48 ◦ blue 124

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

Shades of Dark Purple #88307C

Tints of Dark Purple #88307C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 44.16%
G = 15.58%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88307C (or 0x88307C) is known color: Dark Purple. HEX triplet: 88, 30 and 7C. RGB value is (136,48,124). Sum of RGB (Red+Green+Blue) = 136+48+124=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88307C is #77CF83. Grayscale: #525252. Windows color (decimal): -7851908 or 8138888. OLE color: 8138888.

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

Color convert

RGB 136 48 124 -
CMYK 0 0.65 0.09 0.47
HSL 308.18º 0.48% 0.36% -
HSV(B) 308.18º 0.65% 0.53% -
XYZ 14.85 8.8 19.99 -
YUV 82.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 136 48 124 0 0.65 0.09 0.47 308.18 0.48 0.36
Hex 88 30 7C 0 41 9 2F 134 30 24
Octal 210 60 174 0 101 11 57 464 60 44
Binary 10001000 110000 1111100 0 1000001 1001 101111 100110100 110000 100100

Color Harmonies of #88307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88307C

Black with #88307C

Text Example


Text Example

White with #88307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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