Html Css Color HEX #88267C Dark Purple

📋 copy color: '#88267C'

red 136 ◦ green 38 ◦ blue 124

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

Shades of Dark Purple #88267C

Tints of Dark Purple #88267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

 BLUE value IS 124 (48.83% from 255) = 41.61%

R = 45.64%
G = 12.75%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88267C (or 0x88267C) is known color: Dark Purple. HEX triplet: 88, 26 and 7C. RGB value is (136,38,124). Sum of RGB (Red+Green+Blue) = 136+38+124=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #88267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88267C is #77D983. Grayscale: #4C4C4C. Windows color (decimal): -7854468 or 8136328. OLE color: 8136328.

HSL color Cylindrical-coordinate representation of color #88267C: hue angle of 307.35º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88267C is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 124 -
CMYK 0 0.72 0.09 0.47
HSL 307.35º 0.56% 0.34% -
HSV(B) 307.35º 0.72% 0.53% -
XYZ 14.48 8.08 19.86 -
YUV 77.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 136 38 124 0 0.72 0.09 0.47 307.35 0.56 0.34
Hex 88 26 7C 0 48 9 2F 133 38 22
Octal 210 46 174 0 110 11 57 463 70 42
Binary 10001000 100110 1111100 0 1001000 1001 101111 100110011 111000 100010

Color Harmonies of #88267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88267C

Black with #88267C

Text Example


Text Example

White with #88267C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,38,124); }

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

background-color css

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

 a { background-color: rgb(136,38,124); }

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

border-color css

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

 span { border-color: rgb(136,38,124); }

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