Html Css Color HEX #88366F Dark Purple

📋 copy color: '#88366F'

red 136 ◦ green 54 ◦ blue 111

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

Shades of Dark Purple #88366F

Tints of Dark Purple #88366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 45.18%
G = 17.94%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88366F (or 0x88366F) is known color: Dark Purple. HEX triplet: 88, 36 and 6F. RGB value is (136,54,111). Sum of RGB (Red+Green+Blue) = 136+54+111=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #88366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88366F is #77C990. Grayscale: #545454. Windows color (decimal): -7850385 or 7288456. OLE color: 7288456.

HSL color Cylindrical-coordinate representation of color #88366F: hue angle of 318.29º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #88366F is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 54 111 -
CMYK 0 0.60 0.18 0.47
HSL 318.29º 0.43% 0.37% -
HSV(B) 318.29º 0.6% 0.53% -
XYZ 14.34 9.02 16.02 -
YUV 85.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 136 54 111 0 0.60 0.18 0.47 318.29 0.43 0.37
Hex 88 36 6F 0 3C 12 2F 13E 2B 25
Octal 210 66 157 0 74 22 57 476 53 45
Binary 10001000 110110 1101111 0 111100 10010 101111 100111110 101011 100101

Color Harmonies of #88366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88366F

Black with #88366F

Text Example


Text Example

White with #88366F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88366F; }

 p { color: rgb(136,54,111); }

 H1.HeaderClassName
 {
   color: #88366F;
 }
 .AnyTagClassName
 {
   color: #88366F;
 }
</style>

background-color css

<style>
 a { background-color: #88366F; }

 a { background-color: rgb(136,54,111); }

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

border-color css

<style>
 span { border-color: #88366F; }

 span { border-color: rgb(136,54,111); }

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