Html Css Color HEX #88306C Dark Purple

📋 copy color: '#88306C'

red 136 ◦ green 48 ◦ blue 108

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

Shades of Dark Purple #88306C

Tints of Dark Purple #88306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 46.58%
G = 16.44%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88306C (or 0x88306C) is known color: Dark Purple. HEX triplet: 88, 30 and 6C. RGB value is (136,48,108). Sum of RGB (Red+Green+Blue) = 136+48+108=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #88306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88306C is #77CF93. Grayscale: #515151. Windows color (decimal): -7851924 or 7090312. OLE color: 7090312.

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

Color convert

RGB 136 48 108 -
CMYK 0 0.65 0.21 0.47
HSL 319.09º 0.48% 0.36% -
HSV(B) 319.09º 0.65% 0.53% -
XYZ 13.92 8.43 15.08 -
YUV 81.15 143.15 167.12 -
System Red Green Blue C M Y K H S L
Decimal 136 48 108 0 0.65 0.21 0.47 319.09 0.48 0.36
Hex 88 30 6C 0 41 15 2F 13F 30 24
Octal 210 60 154 0 101 25 57 477 60 44
Binary 10001000 110000 1101100 0 1000001 10101 101111 100111111 110000 100100

Color Harmonies of #88306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88306C

Black with #88306C

Text Example


Text Example

White with #88306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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