Html Css Color HEX #892A6B Dark Purple

📋 copy color: '#892A6B'

red 137 ◦ green 42 ◦ blue 107

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

Shades of Dark Purple #892A6B

Tints of Dark Purple #892A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 47.9%
G = 14.69%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#892A6B (or 0x892A6B) is known color: Dark Purple. HEX triplet: 89, 2A and 6B. RGB value is (137,42,107). Sum of RGB (Red+Green+Blue) = 137+42+107=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #892A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892A6B is #76D594. Grayscale: #4D4D4D. Windows color (decimal): -7787925 or 7023241. OLE color: 7023241.

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

Color convert

RGB 137 42 107 -
CMYK 0 0.69 0.22 0.46
HSL 318.95º 0.53% 0.35% -
HSV(B) 318.95º 0.69% 0.54% -
XYZ 13.8 8.04 14.73 -
YUV 77.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 137 42 107 0 0.69 0.22 0.46 318.95 0.53 0.35
Hex 89 2A 6B 0 45 16 2E 13F 35 23
Octal 211 52 153 0 105 26 56 477 65 43
Binary 10001001 101010 1101011 0 1000101 10110 101110 100111111 110101 100011

Color Harmonies of #892A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892A6B

Black with #892A6B

Text Example


Text Example

White with #892A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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