Html Css Color HEX #890C74 Dark Purple

📋 copy color: '#890C74'

red 137 ◦ green 12 ◦ blue 116

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

Shades of Dark Purple #890C74

Tints of Dark Purple #890C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.77%

R = 51.7%
G = 4.53%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#890C74 (or 0x890C74) is known color: Dark Purple. HEX triplet: 89, 0C and 74. RGB value is (137,12,116). Sum of RGB (Red+Green+Blue) = 137+12+116=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #890C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C74 is #76F38B. Grayscale: #3C3C3C. Windows color (decimal): -7795596 or 7605385. OLE color: 7605385.

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

Color convert

RGB 137 12 116 -
CMYK 0 0.91 0.15 0.46
HSL 310.08º 0.84% 0.29% -
HSV(B) 310.08º 0.91% 0.54% -
XYZ 13.6 6.84 17.13 -
YUV 61.23 158.91 182.04 -
System Red Green Blue C M Y K H S L
Decimal 137 12 116 0 0.91 0.15 0.46 310.08 0.84 0.29
Hex 89 C 74 0 5B F 2E 136 54 1D
Octal 211 14 164 0 133 17 56 466 124 35
Binary 10001001 1100 1110100 0 1011011 1111 101110 100110110 1010100 11101

Color Harmonies of #890C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890C74

Black with #890C74

Text Example


Text Example

White with #890C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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