Html Css Color HEX #890B7A Purple

📋 copy color: '#890B7A'

red 137 ◦ green 11 ◦ blue 122

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

Shades of Purple #890B7A

Tints of Purple #890B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 50.74%
G = 4.07%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#890B7A (or 0x890B7A) is known color: Purple. HEX triplet: 89, 0B and 7A. RGB value is (137,11,122). Sum of RGB (Red+Green+Blue) = 137+11+122=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #890B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B7A is #76F485. Grayscale: #3D3D3D. Windows color (decimal): -7795846 or 7998345. OLE color: 7998345.

HSL color Cylindrical-coordinate representation of color #890B7A: hue angle of 307.14º 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 #890B7A is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 122 -
CMYK 0 0.92 0.11 0.46
HSL 307.14º 0.85% 0.29% -
HSV(B) 307.14º 0.92% 0.54% -
XYZ 13.95 6.96 19.02 -
YUV 61.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 137 11 122 0 0.92 0.11 0.46 307.14 0.85 0.29
Hex 89 B 7A 0 5C B 2E 133 55 1D
Octal 211 13 172 0 134 13 56 463 125 35
Binary 10001001 1011 1111010 0 1011100 1011 101110 100110011 1010101 11101

Color Harmonies of #890B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B7A

Black with #890B7A

Text Example


Text Example

White with #890B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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