Html Css Color HEX #890C7F Purple

📋 copy color: '#890C7F'

red 137 ◦ green 12 ◦ blue 127

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

Shades of Purple #890C7F

Tints of Purple #890C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 46.01%

R = 49.64%
G = 4.35%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#890C7F (or 0x890C7F) is known color: Purple. HEX triplet: 89, 0C and 7F. RGB value is (137,12,127). Sum of RGB (Red+Green+Blue) = 137+12+127=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #890C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C7F is #76F380. Grayscale: #3E3E3E. Windows color (decimal): -7795585 or 8326281. OLE color: 8326281.

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

Color convert

RGB 137 12 127 -
CMYK 0 0.91 0.07 0.46
HSL 304.8º 0.84% 0.29% -
HSV(B) 304.8º 0.91% 0.54% -
XYZ 14.28 7.11 20.7 -
YUV 62.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 137 12 127 0 0.91 0.07 0.46 304.8 0.84 0.29
Hex 89 C 7F 0 5B 7 2E 131 54 1D
Octal 211 14 177 0 133 7 56 461 124 35
Binary 10001001 1100 1111111 0 1011011 111 101110 100110001 1010100 11101

Color Harmonies of #890C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C7F

Black with #890C7F

Text Example


Text Example

White with #890C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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