Html Css Color HEX #883D75 Dark Purple

📋 copy color: '#883D75'

red 136 ◦ green 61 ◦ blue 117

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

Shades of Dark Purple #883D75

Tints of Dark Purple #883D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 43.31%
G = 19.43%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#883D75 (or 0x883D75) is known color: Dark Purple. HEX triplet: 88, 3D and 75. RGB value is (136,61,117). Sum of RGB (Red+Green+Blue) = 136+61+117=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #883D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883D75 is #77C28A. Grayscale: #595959. Windows color (decimal): -7848587 or 7683464. OLE color: 7683464.

HSL color Cylindrical-coordinate representation of color #883D75: hue angle of 315.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 #883D75 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 117 -
CMYK 0 0.55 0.14 0.47
HSL 315.2º 0.38% 0.39% -
HSV(B) 315.2º 0.55% 0.53% -
XYZ 15.03 9.86 17.94 -
YUV 89.81 143.35 160.95 -
System Red Green Blue C M Y K H S L
Decimal 136 61 117 0 0.55 0.14 0.47 315.2 0.38 0.39
Hex 88 3D 75 0 37 E 2F 13B 26 27
Octal 210 75 165 0 67 16 57 473 46 47
Binary 10001000 111101 1110101 0 110111 1110 101111 100111011 100110 100111

Color Harmonies of #883D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D75

Black with #883D75

Text Example


Text Example

White with #883D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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