Html Css Color HEX #883379 Dark Purple

📋 copy color: '#883379'

red 136 ◦ green 51 ◦ blue 121

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

Shades of Dark Purple #883379

Tints of Dark Purple #883379

RGB

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

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

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

R = 44.16%
G = 16.56%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#883379 (or 0x883379) is known color: Dark Purple. HEX triplet: 88, 33 and 79. RGB value is (136,51,121). Sum of RGB (Red+Green+Blue) = 136+51+121=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #883379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883379 is #77CC86. Grayscale: #545454. Windows color (decimal): -7851143 or 7943048. OLE color: 7943048.

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

Color convert

RGB 136 51 121 -
CMYK 0 0.62 0.11 0.47
HSL 310.59º 0.45% 0.37% -
HSV(B) 310.59º 0.63% 0.53% -
XYZ 14.79 8.98 19.04 -
YUV 84.4 148.66 164.81 -
System Red Green Blue C M Y K H S L
Decimal 136 51 121 0 0.62 0.11 0.47 310.59 0.45 0.37
Hex 88 33 79 0 3E B 2F 137 2D 25
Octal 210 63 171 0 76 13 57 467 55 45
Binary 10001000 110011 1111001 0 111110 1011 101111 100110111 101101 100101

Color Harmonies of #883379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883379

Black with #883379

Text Example


Text Example

White with #883379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883379; }

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

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

background-color css

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

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

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

border-color css

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

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

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