Html Css Color HEX #890C7A Purple

📋 copy color: '#890C7A'

red 137 ◦ green 12 ◦ blue 122

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

Shades of Purple #890C7A

Tints of Purple #890C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

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

R = 50.55%
G = 4.43%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#890C7A (or 0x890C7A) is known color: Purple. HEX triplet: 89, 0C and 7A. RGB value is (137,12,122). Sum of RGB (Red+Green+Blue) = 137+12+122=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #890C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C7A is #76F385. Grayscale: #3D3D3D. Windows color (decimal): -7795590 or 7998601. OLE color: 7998601.

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

Color convert

RGB 137 12 122 -
CMYK 0 0.91 0.11 0.46
HSL 307.2º 0.84% 0.29% -
HSV(B) 307.2º 0.91% 0.54% -
XYZ 13.96 6.99 19.03 -
YUV 61.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 137 12 122 0 0.91 0.11 0.46 307.2 0.84 0.29
Hex 89 C 7A 0 5B B 2E 133 54 1D
Octal 211 14 172 0 133 13 56 463 124 35
Binary 10001001 1100 1111010 0 1011011 1011 101110 100110011 1010100 11101

Color Harmonies of #890C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C7A

Black with #890C7A

Text Example


Text Example

White with #890C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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