Html Css Color HEX #88257E Dark Purple

📋 copy color: '#88257E'

red 136 ◦ green 37 ◦ blue 126

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

Shades of Dark Purple #88257E

Tints of Dark Purple #88257E

RGB

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

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

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

R = 45.48%
G = 12.37%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88257E (or 0x88257E) is known color: Dark Purple. HEX triplet: 88, 25 and 7E. RGB value is (136,37,126). Sum of RGB (Red+Green+Blue) = 136+37+126=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #88257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88257E is #77DA81. Grayscale: #4C4C4C. Windows color (decimal): -7854722 or 8267144. OLE color: 8267144.

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

Color convert

RGB 136 37 126 -
CMYK 0 0.73 0.07 0.47
HSL 306.06º 0.57% 0.34% -
HSV(B) 306.06º 0.73% 0.53% -
XYZ 14.58 8.06 20.53 -
YUV 76.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 136 37 126 0 0.73 0.07 0.47 306.06 0.57 0.34
Hex 88 25 7E 0 49 7 2F 132 39 22
Octal 210 45 176 0 111 7 57 462 71 42
Binary 10001000 100101 1111110 0 1001001 111 101111 100110010 111001 100010

Color Harmonies of #88257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88257E

Black with #88257E

Text Example


Text Example

White with #88257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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