Html Css Color HEX #88267E Dark Purple

📋 copy color: '#88267E'

red 136 ◦ green 38 ◦ blue 126

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

Shades of Dark Purple #88267E

Tints of Dark Purple #88267E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42%

R = 45.33%
G = 12.67%
B = 42%

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

#88267E (or 0x88267E) is known color: Dark Purple. HEX triplet: 88, 26 and 7E. RGB value is (136,38,126). Sum of RGB (Red+Green+Blue) = 136+38+126=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88267E is #77D981. Grayscale: #4D4D4D. Windows color (decimal): -7854466 or 8267400. OLE color: 8267400.

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

Color convert

RGB 136 38 126 -
CMYK 0 0.72 0.07 0.47
HSL 306.12º 0.56% 0.34% -
HSV(B) 306.12º 0.72% 0.53% -
XYZ 14.61 8.13 20.54 -
YUV 77.33 155.47 169.84 -
System Red Green Blue C M Y K H S L
Decimal 136 38 126 0 0.72 0.07 0.47 306.12 0.56 0.34
Hex 88 26 7E 0 48 7 2F 132 38 22
Octal 210 46 176 0 110 7 57 462 70 42
Binary 10001000 100110 1111110 0 1001000 111 101111 100110010 111000 100010

Color Harmonies of #88267E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88267E

Black with #88267E

Text Example


Text Example

White with #88267E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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