Html Css Color HEX #88097F Purple

📋 copy color: '#88097F'

red 136 ◦ green 9 ◦ blue 127

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

Shades of Purple #88097F

Tints of Purple #88097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

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

R = 50%
G = 3.31%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#88097F (or 0x88097F) is known color: Purple. HEX triplet: 88, 09 and 7F. RGB value is (136,9,127). Sum of RGB (Red+Green+Blue) = 136+9+127=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #88097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88097F is #77F680. Grayscale: #3C3C3C. Windows color (decimal): -7861889 or 8325512. OLE color: 8325512.

HSL color Cylindrical-coordinate representation of color #88097F: hue angle of 304.25º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88097F is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 127 -
CMYK 0 0.93 0.07 0.47
HSL 304.25º 0.88% 0.28% -
HSV(B) 304.25º 0.93% 0.53% -
XYZ 14.08 6.96 20.68 -
YUV 60.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 136 9 127 0 0.93 0.07 0.47 304.25 0.88 0.28
Hex 88 9 7F 0 5D 7 2F 130 58 1C
Octal 210 11 177 0 135 7 57 460 130 34
Binary 10001000 1001 1111111 0 1011101 111 101111 100110000 1011000 11100

Color Harmonies of #88097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88097F

Black with #88097F

Text Example


Text Example

White with #88097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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