Html Css Color HEX #882683 Dark Purple

📋 copy color: '#882683'

red 136 ◦ green 38 ◦ blue 131

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

Shades of Dark Purple #882683

Tints of Dark Purple #882683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.46%

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 44.59%
G = 12.46%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#882683 (or 0x882683) is known color: Dark Purple. HEX triplet: 88, 26 and 83. RGB value is (136,38,131). Sum of RGB (Red+Green+Blue) = 136+38+131=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #882683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882683 is #77D97C. Grayscale: #4D4D4D. Windows color (decimal): -7854461 or 8595080. OLE color: 8595080.

HSL color Cylindrical-coordinate representation of color #882683: hue angle of 303.06º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882683 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 131 -
CMYK 0 0.72 0.04 0.47
HSL 303.06º 0.56% 0.34% -
HSV(B) 303.06º 0.72% 0.53% -
XYZ 14.94 8.26 22.28 -
YUV 77.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 136 38 131 0 0.72 0.04 0.47 303.06 0.56 0.34
Hex 88 26 83 0 48 4 2F 12F 38 22
Octal 210 46 203 0 110 4 57 457 70 42
Binary 10001000 100110 10000011 0 1001000 100 101111 100101111 111000 100010

Color Harmonies of #882683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882683

Black with #882683

Text Example


Text Example

White with #882683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882683; }

 p { color: rgb(136,38,131); }

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

background-color css

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

 a { background-color: rgb(136,38,131); }

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

border-color css

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

 span { border-color: rgb(136,38,131); }

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