Html Css Color HEX #88256C Dark Purple

📋 copy color: '#88256C'

red 136 ◦ green 37 ◦ blue 108

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

Shades of Dark Purple #88256C

Tints of Dark Purple #88256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.43%

R = 48.4%
G = 13.17%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88256C (or 0x88256C) is known color: Dark Purple. HEX triplet: 88, 25 and 6C. RGB value is (136,37,108). Sum of RGB (Red+Green+Blue) = 136+37+108=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88256C is #77DA93. Grayscale: #4A4A4A. Windows color (decimal): -7854740 or 7087496. OLE color: 7087496.

HSL color Cylindrical-coordinate representation of color #88256C: hue angle of 316.97º 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 #88256C is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 108 -
CMYK 0 0.73 0.21 0.47
HSL 316.97º 0.57% 0.34% -
HSV(B) 316.97º 0.73% 0.53% -
XYZ 13.52 7.64 14.95 -
YUV 74.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 136 37 108 0 0.73 0.21 0.47 316.97 0.57 0.34
Hex 88 25 6C 0 49 15 2F 13D 39 22
Octal 210 45 154 0 111 25 57 475 71 42
Binary 10001000 100101 1101100 0 1001001 10101 101111 100111101 111001 100010

Color Harmonies of #88256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88256C

Black with #88256C

Text Example


Text Example

White with #88256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88256C; }

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

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

background-color css

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

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

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

border-color css

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

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

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