Html Css Color HEX #88097D Purple

📋 copy color: '#88097D'

red 136 ◦ green 9 ◦ blue 125

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

Shades of Purple #88097D

Tints of Purple #88097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 46.3%

R = 50.37%
G = 3.33%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88097D (or 0x88097D) is known color: Purple. HEX triplet: 88, 09 and 7D. RGB value is (136,9,125). Sum of RGB (Red+Green+Blue) = 136+9+125=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #88097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88097D is #77F682. Grayscale: #3B3B3B. Windows color (decimal): -7861891 or 8194440. OLE color: 8194440.

HSL color Cylindrical-coordinate representation of color #88097D: hue angle of 305.2º 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 #88097D is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 125 -
CMYK 0 0.93 0.08 0.47
HSL 305.2º 0.88% 0.28% -
HSV(B) 305.2º 0.93% 0.53% -
XYZ 13.95 6.91 20 -
YUV 60.2 164.58 182.07 -
System Red Green Blue C M Y K H S L
Decimal 136 9 125 0 0.93 0.08 0.47 305.2 0.88 0.28
Hex 88 9 7D 0 5D 8 2F 131 58 1C
Octal 210 11 175 0 135 10 57 461 130 34
Binary 10001000 1001 1111101 0 1011101 1000 101111 100110001 1011000 11100

Color Harmonies of #88097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88097D

Black with #88097D

Text Example


Text Example

White with #88097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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