Html Css Color HEX #88286B Dark Purple

📋 copy color: '#88286B'

red 136 ◦ green 40 ◦ blue 107

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

Shades of Dark Purple #88286B

Tints of Dark Purple #88286B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 48.06%
G = 14.13%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88286B (or 0x88286B) is known color: Dark Purple. HEX triplet: 88, 28 and 6B. RGB value is (136,40,107). Sum of RGB (Red+Green+Blue) = 136+40+107=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88286B is #77D794. Grayscale: #4C4C4C. Windows color (decimal): -7853973 or 7022728. OLE color: 7022728.

HSL color Cylindrical-coordinate representation of color #88286B: hue angle of 318.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88286B is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 107 -
CMYK 0 0.71 0.21 0.47
HSL 318.13º 0.55% 0.35% -
HSV(B) 318.13º 0.71% 0.53% -
XYZ 13.57 7.81 14.7 -
YUV 76.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 136 40 107 0 0.71 0.21 0.47 318.13 0.55 0.35
Hex 88 28 6B 0 47 15 2F 13E 37 23
Octal 210 50 153 0 107 25 57 476 67 43
Binary 10001000 101000 1101011 0 1000111 10101 101111 100111110 110111 100011

Color Harmonies of #88286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88286B

Black with #88286B

Text Example


Text Example

White with #88286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88286B; }

 p { color: rgb(136,40,107); }

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

background-color css

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

 a { background-color: rgb(136,40,107); }

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

border-color css

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

 span { border-color: rgb(136,40,107); }

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