Html Css Color HEX #883575 Dark Purple

📋 copy color: '#883575'

red 136 ◦ green 53 ◦ blue 117

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

Shades of Dark Purple #883575

Tints of Dark Purple #883575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 44.44%
G = 17.32%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#883575 (or 0x883575) is known color: Dark Purple. HEX triplet: 88, 35 and 75. RGB value is (136,53,117). Sum of RGB (Red+Green+Blue) = 136+53+117=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #883575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883575 is #77CA8A. Grayscale: #545454. Windows color (decimal): -7850635 or 7681416. OLE color: 7681416.

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

Color convert

RGB 136 53 117 -
CMYK 0 0.61 0.14 0.47
HSL 313.73º 0.44% 0.37% -
HSV(B) 313.73º 0.61% 0.53% -
XYZ 14.64 9.06 17.81 -
YUV 85.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 136 53 117 0 0.61 0.14 0.47 313.73 0.44 0.37
Hex 88 35 75 0 3D E 2F 13A 2C 25
Octal 210 65 165 0 75 16 57 472 54 45
Binary 10001000 110101 1110101 0 111101 1110 101111 100111010 101100 100101

Color Harmonies of #883575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883575

Black with #883575

Text Example


Text Example

White with #883575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883575; }

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

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

background-color css

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

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

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

border-color css

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

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

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