Html Css Color HEX #882567 Dark Purple

📋 copy color: '#882567'

red 136 ◦ green 37 ◦ blue 103

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

Shades of Dark Purple #882567

Tints of Dark Purple #882567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

 BLUE value IS 103 (40.63% from 255) = 37.32%

R = 49.28%
G = 13.41%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#882567 (or 0x882567) is known color: Dark Purple. HEX triplet: 88, 25 and 67. RGB value is (136,37,103). Sum of RGB (Red+Green+Blue) = 136+37+103=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #882567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882567 is #77DA98. Grayscale: #494949. Windows color (decimal): -7854745 or 6759816. OLE color: 6759816.

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

Color convert

RGB 136 37 103 -
CMYK 0 0.73 0.24 0.47
HSL 320º 0.57% 0.34% -
HSV(B) 320º 0.73% 0.53% -
XYZ 13.26 7.54 13.59 -
YUV 74.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 136 37 103 0 0.73 0.24 0.47 320 0.57 0.34
Hex 88 25 67 0 49 18 2F 140 39 22
Octal 210 45 147 0 111 30 57 500 71 42
Binary 10001000 100101 1100111 0 1001001 11000 101111 101000000 111001 100010

Color Harmonies of #882567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882567

Black with #882567

Text Example


Text Example

White with #882567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882567; }

 p { color: rgb(136,37,103); }

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

background-color css

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

 a { background-color: rgb(136,37,103); }

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

border-color css

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

 span { border-color: rgb(136,37,103); }

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