Html Css Color HEX #892D6F Dark Purple

📋 copy color: '#892D6F'

red 137 ◦ green 45 ◦ blue 111

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

Shades of Dark Purple #892D6F

Tints of Dark Purple #892D6F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 46.76%
G = 15.36%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#892D6F (or 0x892D6F) is known color: Dark Purple. HEX triplet: 89, 2D and 6F. RGB value is (137,45,111). Sum of RGB (Red+Green+Blue) = 137+45+111=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #892D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D6F is #76D290. Grayscale: #4F4F4F. Windows color (decimal): -7787153 or 7286153. OLE color: 7286153.

HSL color Cylindrical-coordinate representation of color #892D6F: hue angle of 316.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D6F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 45 111 -
CMYK 0 0.67 0.19 0.46
HSL 316.96º 0.51% 0.36% -
HSV(B) 316.96º 0.67% 0.54% -
XYZ 14.12 8.34 15.9 -
YUV 80.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 137 45 111 0 0.67 0.19 0.46 316.96 0.51 0.36
Hex 89 2D 6F 0 43 13 2E 13D 33 24
Octal 211 55 157 0 103 23 56 475 63 44
Binary 10001001 101101 1101111 0 1000011 10011 101110 100111101 110011 100100

Color Harmonies of #892D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D6F

Black with #892D6F

Text Example


Text Example

White with #892D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,45,111); }

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

background-color css

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

 a { background-color: rgb(137,45,111); }

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

border-color css

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

 span { border-color: rgb(137,45,111); }

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