Html Css Color HEX #883D7F Dark Purple

📋 copy color: '#883D7F'

red 136 ◦ green 61 ◦ blue 127

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

Shades of Dark Purple #883D7F

Tints of Dark Purple #883D7F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.83%

 BLUE value IS 127 (50% from 255) = 39.2%

R = 41.98%
G = 18.83%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#883D7F (or 0x883D7F) is known color: Dark Purple. HEX triplet: 88, 3D and 7F. RGB value is (136,61,127). Sum of RGB (Red+Green+Blue) = 136+61+127=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #883D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D7F is #77C280. Grayscale: #5A5A5A. Windows color (decimal): -7848577 or 8338824. OLE color: 8338824.

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

Color convert

RGB 136 61 127 -
CMYK 0 0.55 0.07 0.47
HSL 307.2º 0.38% 0.39% -
HSV(B) 307.2º 0.55% 0.53% -
XYZ 15.65 10.1 21.2 -
YUV 90.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 136 61 127 0 0.55 0.07 0.47 307.2 0.38 0.39
Hex 88 3D 7F 0 37 7 2F 133 26 27
Octal 210 75 177 0 67 7 57 463 46 47
Binary 10001000 111101 1111111 0 110111 111 101111 100110011 100110 100111

Color Harmonies of #883D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D7F

Black with #883D7F

Text Example


Text Example

White with #883D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,61,127); }

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

background-color css

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

 a { background-color: rgb(136,61,127); }

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

border-color css

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

 span { border-color: rgb(136,61,127); }

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