Html Css Color HEX #88337D Dark Purple

📋 copy color: '#88337D'

red 136 ◦ green 51 ◦ blue 125

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

Shades of Dark Purple #88337D

Tints of Dark Purple #88337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 43.59%
G = 16.35%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88337D (or 0x88337D) is known color: Dark Purple. HEX triplet: 88, 33 and 7D. RGB value is (136,51,125). Sum of RGB (Red+Green+Blue) = 136+51+125=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88337D is #77CC82. Grayscale: #545454. Windows color (decimal): -7851139 or 8205192. OLE color: 8205192.

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

Color convert

RGB 136 51 125 -
CMYK 0 0.62 0.08 0.47
HSL 307.76º 0.45% 0.37% -
HSV(B) 307.76º 0.63% 0.53% -
XYZ 15.04 9.08 20.36 -
YUV 84.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 136 51 125 0 0.62 0.08 0.47 307.76 0.45 0.37
Hex 88 33 7D 0 3E 8 2F 134 2D 25
Octal 210 63 175 0 76 10 57 464 55 45
Binary 10001000 110011 1111101 0 111110 1000 101111 100110100 101101 100101

Color Harmonies of #88337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88337D

Black with #88337D

Text Example


Text Example

White with #88337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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