Html Css Color HEX #892A79 Dark Purple

📋 copy color: '#892A79'

red 137 ◦ green 42 ◦ blue 121

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

Shades of Dark Purple #892A79

Tints of Dark Purple #892A79

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 45.67%
G = 14%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#892A79 (or 0x892A79) is known color: Dark Purple. HEX triplet: 89, 2A and 79. RGB value is (137,42,121). Sum of RGB (Red+Green+Blue) = 137+42+121=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #892A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A79 is #76D586. Grayscale: #4F4F4F. Windows color (decimal): -7787911 or 7940745. OLE color: 7940745.

HSL color Cylindrical-coordinate representation of color #892A79: hue angle of 310.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892A79 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 42 121 -
CMYK 0 0.69 0.12 0.46
HSL 310.11º 0.53% 0.35% -
HSV(B) 310.11º 0.69% 0.54% -
XYZ 14.6 8.35 18.93 -
YUV 79.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 137 42 121 0 0.69 0.12 0.46 310.11 0.53 0.35
Hex 89 2A 79 0 45 C 2E 136 35 23
Octal 211 52 171 0 105 14 56 466 65 43
Binary 10001001 101010 1111001 0 1000101 1100 101110 100110110 110101 100011

Color Harmonies of #892A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892A79

Black with #892A79

Text Example


Text Example

White with #892A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892A79; }

 p { color: rgb(137,42,121); }

 H1.HeaderClassName
 {
   color: #892A79;
 }
 .AnyTagClassName
 {
   color: #892A79;
 }
</style>

background-color css

<style>
 a { background-color: #892A79; }

 a { background-color: rgb(137,42,121); }

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

border-color css

<style>
 span { border-color: #892A79; }

 span { border-color: rgb(137,42,121); }

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