Html Css Color HEX #883077 Dark Purple

📋 copy color: '#883077'

red 136 ◦ green 48 ◦ blue 119

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

Shades of Dark Purple #883077

Tints of Dark Purple #883077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 44.88%
G = 15.84%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#883077 (or 0x883077) is known color: Dark Purple. HEX triplet: 88, 30 and 77. RGB value is (136,48,119). Sum of RGB (Red+Green+Blue) = 136+48+119=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #883077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883077 is #77CF88. Grayscale: #525252. Windows color (decimal): -7851913 or 7811208. OLE color: 7811208.

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

Color convert

RGB 136 48 119 -
CMYK 0 0.65 0.12 0.47
HSL 311.59º 0.48% 0.36% -
HSV(B) 311.59º 0.65% 0.53% -
XYZ 14.54 8.68 18.36 -
YUV 82.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 136 48 119 0 0.65 0.12 0.47 311.59 0.48 0.36
Hex 88 30 77 0 41 C 2F 138 30 24
Octal 210 60 167 0 101 14 57 470 60 44
Binary 10001000 110000 1110111 0 1000001 1100 101111 100111000 110000 100100

Color Harmonies of #883077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883077

Black with #883077

Text Example


Text Example

White with #883077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883077; }

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

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

background-color css

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

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

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

border-color css

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

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

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