Html Css Color HEX #88267F Dark Purple

📋 copy color: '#88267F'

red 136 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #88267F

Tints of Dark Purple #88267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.19%

R = 45.18%
G = 12.62%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88267F (or 0x88267F) is known color: Dark Purple. HEX triplet: 88, 26 and 7F. RGB value is (136,38,127). Sum of RGB (Red+Green+Blue) = 136+38+127=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #88267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88267F is #77D980. Grayscale: #4D4D4D. Windows color (decimal): -7854465 or 8332936. OLE color: 8332936.

HSL color Cylindrical-coordinate representation of color #88267F: hue angle of 305.51º 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 #88267F is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 127 -
CMYK 0 0.72 0.07 0.47
HSL 305.51º 0.56% 0.34% -
HSV(B) 305.51º 0.72% 0.53% -
XYZ 14.68 8.15 20.88 -
YUV 77.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 136 38 127 0 0.72 0.07 0.47 305.51 0.56 0.34
Hex 88 26 7F 0 48 7 2F 132 38 22
Octal 210 46 177 0 110 7 57 462 70 42
Binary 10001000 100110 1111111 0 1001000 111 101111 100110010 111000 100010

Color Harmonies of #88267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88267F

Black with #88267F

Text Example


Text Example

White with #88267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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