Html Css Color HEX #88346B Dark Purple

📋 copy color: '#88346B'

red 136 ◦ green 52 ◦ blue 107

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

Shades of Dark Purple #88346B

Tints of Dark Purple #88346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 46.1%
G = 17.63%
B = 36.27%

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

#88346B (or 0x88346B) is known color: Dark Purple. HEX triplet: 88, 34 and 6B. RGB value is (136,52,107). Sum of RGB (Red+Green+Blue) = 136+52+107=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88346B is #77CB94. Grayscale: #535353. Windows color (decimal): -7850901 or 7025800. OLE color: 7025800.

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

Color convert

RGB 136 52 107 -
CMYK 0 0.62 0.21 0.47
HSL 320.71º 0.45% 0.37% -
HSV(B) 320.71º 0.62% 0.53% -
XYZ 14.04 8.75 14.86 -
YUV 83.39 141.33 165.53 -
System Red Green Blue C M Y K H S L
Decimal 136 52 107 0 0.62 0.21 0.47 320.71 0.45 0.37
Hex 88 34 6B 0 3E 15 2F 141 2D 25
Octal 210 64 153 0 76 25 57 501 55 45
Binary 10001000 110100 1101011 0 111110 10101 101111 101000001 101101 100101

Color Harmonies of #88346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88346B

Black with #88346B

Text Example


Text Example

White with #88346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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