Html Css Color HEX #882385 Dark Purple

📋 copy color: '#882385'

red 136 ◦ green 35 ◦ blue 133

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

Shades of Dark Purple #882385

Tints of Dark Purple #882385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

 BLUE value IS 133 (52.34% from 255) = 43.75%

R = 44.74%
G = 11.51%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#882385 (or 0x882385) is known color: Dark Purple. HEX triplet: 88, 23 and 85. RGB value is (136,35,133). Sum of RGB (Red+Green+Blue) = 136+35+133=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #882385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882385 is #77DC7A. Grayscale: #4C4C4C. Windows color (decimal): -7855227 or 8725384. OLE color: 8725384.

HSL color Cylindrical-coordinate representation of color #882385: hue angle of 301.78º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882385 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 35 133 -
CMYK 0 0.74 0.02 0.47
HSL 301.78º 0.59% 0.34% -
HSV(B) 301.78º 0.74% 0.53% -
XYZ 14.99 8.13 22.97 -
YUV 76.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 136 35 133 0 0.74 0.02 0.47 301.78 0.59 0.34
Hex 88 23 85 0 4A 2 2F 12E 3B 22
Octal 210 43 205 0 112 2 57 456 73 42
Binary 10001000 100011 10000101 0 1001010 10 101111 100101110 111011 100010

Color Harmonies of #882385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882385

Black with #882385

Text Example


Text Example

White with #882385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882385; }

 p { color: rgb(136,35,133); }

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

background-color css

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

 a { background-color: rgb(136,35,133); }

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

border-color css

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

 span { border-color: rgb(136,35,133); }

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