Html Css Color HEX #883778 Dark Purple

📋 copy color: '#883778'

red 136 ◦ green 55 ◦ blue 120

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

Shades of Dark Purple #883778

Tints of Dark Purple #883778

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.68%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 43.73%
G = 17.68%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#883778 (or 0x883778) is known color: Dark Purple. HEX triplet: 88, 37 and 78. RGB value is (136,55,120). Sum of RGB (Red+Green+Blue) = 136+55+120=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #883778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883778 is #77C887. Grayscale: #565656. Windows color (decimal): -7850120 or 7878536. OLE color: 7878536.

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

Color convert

RGB 136 55 120 -
CMYK 0 0.60 0.12 0.47
HSL 311.85º 0.42% 0.37% -
HSV(B) 311.85º 0.6% 0.53% -
XYZ 14.91 9.32 18.78 -
YUV 86.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 136 55 120 0 0.60 0.12 0.47 311.85 0.42 0.37
Hex 88 37 78 0 3C C 2F 138 2A 25
Octal 210 67 170 0 74 14 57 470 52 45
Binary 10001000 110111 1111000 0 111100 1100 101111 100111000 101010 100101

Color Harmonies of #883778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883778

Black with #883778

Text Example


Text Example

White with #883778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883778; }

 p { color: rgb(136,55,120); }

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

background-color css

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

 a { background-color: rgb(136,55,120); }

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

border-color css

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

 span { border-color: rgb(136,55,120); }

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