Html Css Color HEX #883C7D Dark Purple

📋 copy color: '#883C7D'

red 136 ◦ green 60 ◦ blue 125

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

Shades of Dark Purple #883C7D

Tints of Dark Purple #883C7D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.69%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 42.37%
G = 18.69%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#883C7D (or 0x883C7D) is known color: Dark Purple. HEX triplet: 88, 3C and 7D. RGB value is (136,60,125). Sum of RGB (Red+Green+Blue) = 136+60+125=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #883C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883C7D is #77C382. Grayscale: #595959. Windows color (decimal): -7848835 or 8207496. OLE color: 8207496.

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

Color convert

RGB 136 60 125 -
CMYK 0 0.56 0.08 0.47
HSL 308.68º 0.39% 0.38% -
HSV(B) 308.68º 0.56% 0.53% -
XYZ 15.47 9.95 20.51 -
YUV 90.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 136 60 125 0 0.56 0.08 0.47 308.68 0.39 0.38
Hex 88 3C 7D 0 38 8 2F 135 27 26
Octal 210 74 175 0 70 10 57 465 47 46
Binary 10001000 111100 1111101 0 111000 1000 101111 100110101 100111 100110

Color Harmonies of #883C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C7D

Black with #883C7D

Text Example


Text Example

White with #883C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,60,125); }

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

background-color css

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

 a { background-color: rgb(136,60,125); }

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

border-color css

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

 span { border-color: rgb(136,60,125); }

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