Html Css Color HEX #890C7C Purple

📋 copy color: '#890C7C'

red 137 ◦ green 12 ◦ blue 124

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

Shades of Purple #890C7C

Tints of Purple #890C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 50.18%
G = 4.4%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#890C7C (or 0x890C7C) is known color: Purple. HEX triplet: 89, 0C and 7C. RGB value is (137,12,124). Sum of RGB (Red+Green+Blue) = 137+12+124=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #890C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C7C is #76F383. Grayscale: #3D3D3D. Windows color (decimal): -7795588 or 8129673. OLE color: 8129673.

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

Color convert

RGB 137 12 124 -
CMYK 0 0.91 0.09 0.46
HSL 306.24º 0.84% 0.29% -
HSV(B) 306.24º 0.91% 0.54% -
XYZ 14.09 7.04 19.68 -
YUV 62.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 137 12 124 0 0.91 0.09 0.46 306.24 0.84 0.29
Hex 89 C 7C 0 5B 9 2E 132 54 1D
Octal 211 14 174 0 133 11 56 462 124 35
Binary 10001001 1100 1111100 0 1011011 1001 101110 100110010 1010100 11101

Color Harmonies of #890C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C7C

Black with #890C7C

Text Example


Text Example

White with #890C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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