Html Css Color HEX #883A6E Dark Purple

📋 copy color: '#883A6E'

red 136 ◦ green 58 ◦ blue 110

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

Shades of Dark Purple #883A6E

Tints of Dark Purple #883A6E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 44.74%
G = 19.08%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#883A6E (or 0x883A6E) is known color: Dark Purple. HEX triplet: 88, 3A and 6E. RGB value is (136,58,110). Sum of RGB (Red+Green+Blue) = 136+58+110=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #883A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883A6E is #77C591. Grayscale: #575757. Windows color (decimal): -7849362 or 7223944. OLE color: 7223944.

HSL color Cylindrical-coordinate representation of color #883A6E: hue angle of 320º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A6E is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 58 110 -
CMYK 0 0.57 0.19 0.47
HSL 320º 0.4% 0.38% -
HSV(B) 320º 0.57% 0.53% -
XYZ 14.48 9.39 15.8 -
YUV 87.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 136 58 110 0 0.57 0.19 0.47 320 0.4 0.38
Hex 88 3A 6E 0 39 13 2F 140 28 26
Octal 210 72 156 0 71 23 57 500 50 46
Binary 10001000 111010 1101110 0 111001 10011 101111 101000000 101000 100110

Color Harmonies of #883A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883A6E

Black with #883A6E

Text Example


Text Example

White with #883A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883A6E; }

 p { color: rgb(136,58,110); }

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

background-color css

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

 a { background-color: rgb(136,58,110); }

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

border-color css

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

 span { border-color: rgb(136,58,110); }

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