Html Css Color HEX #89027D Purple

📋 copy color: '#89027D'

red 137 ◦ green 2 ◦ blue 125

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

Shades of Purple #89027D

Tints of Purple #89027D

RGB

 RED value IS 137 (53.91% from 255) = 51.89%

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 51.89%
G = 0.76%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#89027D (or 0x89027D) is known color: Purple. HEX triplet: 89, 02 and 7D. RGB value is (137,2,125). Sum of RGB (Red+Green+Blue) = 137+2+125=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89027D is #76FD82. Grayscale: #383838. Windows color (decimal): -7798147 or 8192649. OLE color: 8192649.

HSL color Cylindrical-coordinate representation of color #89027D: hue angle of 305.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89027D is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 2 125 -
CMYK 0 0.99 0.09 0.46
HSL 305.33º 0.97% 0.27% -
HSV(B) 305.33º 0.99% 0.54% -
XYZ 14.04 6.84 19.98 -
YUV 56.39 166.73 185.5 -
System Red Green Blue C M Y K H S L
Decimal 137 2 125 0 0.99 0.09 0.46 305.33 0.97 0.27
Hex 89 2 7D 0 63 9 2E 131 61 1B
Octal 211 2 175 0 143 11 56 461 141 33
Binary 10001001 10 1111101 0 1100011 1001 101110 100110001 1100001 11011

Color Harmonies of #89027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89027D

Black with #89027D

Text Example


Text Example

White with #89027D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,2,125); }

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

background-color css

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

 a { background-color: rgb(137,2,125); }

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

border-color css

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

 span { border-color: rgb(137,2,125); }

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