Html Css Color HEX #883975 Dark Purple

📋 copy color: '#883975'

red 136 ◦ green 57 ◦ blue 117

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

Shades of Dark Purple #883975

Tints of Dark Purple #883975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.39%

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

R = 43.87%
G = 18.39%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#883975 (or 0x883975) is known color: Dark Purple. HEX triplet: 88, 39 and 75. RGB value is (136,57,117). Sum of RGB (Red+Green+Blue) = 136+57+117=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #883975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883975 is #77C68A. Grayscale: #575757. Windows color (decimal): -7849611 or 7682440. OLE color: 7682440.

HSL color Cylindrical-coordinate representation of color #883975: hue angle of 314.43º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #883975 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 57 117 -
CMYK 0 0.58 0.14 0.47
HSL 314.43º 0.41% 0.38% -
HSV(B) 314.43º 0.58% 0.53% -
XYZ 14.83 9.44 17.87 -
YUV 87.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 136 57 117 0 0.58 0.14 0.47 314.43 0.41 0.38
Hex 88 39 75 0 3A E 2F 13A 29 26
Octal 210 71 165 0 72 16 57 472 51 46
Binary 10001000 111001 1110101 0 111010 1110 101111 100111010 101001 100110

Color Harmonies of #883975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883975

Black with #883975

Text Example


Text Example

White with #883975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883975; }

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

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

background-color css

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

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

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

border-color css

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

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

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