Html Css Color HEX #883079 Dark Purple

📋 copy color: '#883079'

red 136 ◦ green 48 ◦ blue 121

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

Shades of Dark Purple #883079

Tints of Dark Purple #883079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.67%

R = 44.59%
G = 15.74%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#883079 (or 0x883079) is known color: Dark Purple. HEX triplet: 88, 30 and 79. RGB value is (136,48,121). Sum of RGB (Red+Green+Blue) = 136+48+121=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #883079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883079 is #77CF86. Grayscale: #525252. Windows color (decimal): -7851911 or 7942280. OLE color: 7942280.

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

Color convert

RGB 136 48 121 -
CMYK 0 0.65 0.11 0.47
HSL 310.23º 0.48% 0.36% -
HSV(B) 310.23º 0.65% 0.53% -
XYZ 14.66 8.73 19 -
YUV 82.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 136 48 121 0 0.65 0.11 0.47 310.23 0.48 0.36
Hex 88 30 79 0 41 B 2F 136 30 24
Octal 210 60 171 0 101 13 57 466 60 44
Binary 10001000 110000 1111001 0 1000001 1011 101111 100110110 110000 100100

Color Harmonies of #883079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883079

Black with #883079

Text Example


Text Example

White with #883079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883079; }

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

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

background-color css

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

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

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

border-color css

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

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

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