Html Css Color HEX #890B7D Purple

📋 copy color: '#890B7D'

red 137 ◦ green 11 ◦ blue 125

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

Shades of Purple #890B7D

Tints of Purple #890B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

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

R = 50.18%
G = 4.03%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#890B7D (or 0x890B7D) is known color: Purple. HEX triplet: 89, 0B and 7D. RGB value is (137,11,125). Sum of RGB (Red+Green+Blue) = 137+11+125=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B7D is #76F482. Grayscale: #3D3D3D. Windows color (decimal): -7795843 or 8194953. OLE color: 8194953.

HSL color Cylindrical-coordinate representation of color #890B7D: hue angle of 305.71º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B7D is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 125 -
CMYK 0 0.92 0.09 0.46
HSL 305.71º 0.85% 0.29% -
HSV(B) 305.71º 0.92% 0.54% -
XYZ 14.14 7.04 20.02 -
YUV 61.67 163.74 181.73 -
System Red Green Blue C M Y K H S L
Decimal 137 11 125 0 0.92 0.09 0.46 305.71 0.85 0.29
Hex 89 B 7D 0 5C 9 2E 132 55 1D
Octal 211 13 175 0 134 11 56 462 125 35
Binary 10001001 1011 1111101 0 1011100 1001 101110 100110010 1010101 11101

Color Harmonies of #890B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B7D

Black with #890B7D

Text Example


Text Example

White with #890B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B7D; }

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

 H1.HeaderClassName
 {
   color: #890B7D;
 }
 .AnyTagClassName
 {
   color: #890B7D;
 }
</style>

background-color css

<style>
 a { background-color: #890B7D; }

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

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

border-color css

<style>
 span { border-color: #890B7D; }

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

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