Html Css Color HEX #892A7B Dark Purple

📋 copy color: '#892A7B'

red 137 ◦ green 42 ◦ blue 123

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

Shades of Dark Purple #892A7B

Tints of Dark Purple #892A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 45.36%
G = 13.91%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#892A7B (or 0x892A7B) is known color: Dark Purple. HEX triplet: 89, 2A and 7B. RGB value is (137,42,123). Sum of RGB (Red+Green+Blue) = 137+42+123=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #892A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A7B is #76D584. Grayscale: #4F4F4F. Windows color (decimal): -7787909 or 8071817. OLE color: 8071817.

HSL color Cylindrical-coordinate representation of color #892A7B: hue angle of 308.84º 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 #892A7B is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 42 123 -
CMYK 0 0.69 0.10 0.46
HSL 308.84º 0.53% 0.35% -
HSV(B) 308.84º 0.69% 0.54% -
XYZ 14.72 8.4 19.59 -
YUV 79.64 152.47 168.91 -
System Red Green Blue C M Y K H S L
Decimal 137 42 123 0 0.69 0.10 0.46 308.84 0.53 0.35
Hex 89 2A 7B 0 45 A 2E 135 35 23
Octal 211 52 173 0 105 12 56 465 65 43
Binary 10001001 101010 1111011 0 1000101 1010 101110 100110101 110101 100011

Color Harmonies of #892A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892A7B

Black with #892A7B

Text Example


Text Example

White with #892A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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