Html Css Color HEX #88346C Dark Purple

📋 copy color: '#88346C'

red 136 ◦ green 52 ◦ blue 108

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

Shades of Dark Purple #88346C

Tints of Dark Purple #88346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.57%

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

R = 45.95%
G = 17.57%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88346C (or 0x88346C) is known color: Dark Purple. HEX triplet: 88, 34 and 6C. RGB value is (136,52,108). Sum of RGB (Red+Green+Blue) = 136+52+108=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88346C is #77CB93. Grayscale: #535353. Windows color (decimal): -7850900 or 7091336. OLE color: 7091336.

HSL color Cylindrical-coordinate representation of color #88346C: hue angle of 320º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #88346C is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 52 108 -
CMYK 0 0.62 0.21 0.47
HSL 320º 0.45% 0.37% -
HSV(B) 320º 0.62% 0.53% -
XYZ 14.09 8.77 15.14 -
YUV 83.5 141.83 165.45 -
System Red Green Blue C M Y K H S L
Decimal 136 52 108 0 0.62 0.21 0.47 320 0.45 0.37
Hex 88 34 6C 0 3E 15 2F 140 2D 25
Octal 210 64 154 0 76 25 57 500 55 45
Binary 10001000 110100 1101100 0 111110 10101 101111 101000000 101101 100101

Color Harmonies of #88346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88346C

Black with #88346C

Text Example


Text Example

White with #88346C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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