Html Css Color HEX #892D70 Dark Purple

📋 copy color: '#892D70'

red 137 ◦ green 45 ◦ blue 112

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

Shades of Dark Purple #892D70

Tints of Dark Purple #892D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.1%

R = 46.6%
G = 15.31%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#892D70 (or 0x892D70) is known color: Dark Purple. HEX triplet: 89, 2D and 70. RGB value is (137,45,112). Sum of RGB (Red+Green+Blue) = 137+45+112=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #892D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892D70 is #76D28F. Grayscale: #4F4F4F. Windows color (decimal): -7787152 or 7351689. OLE color: 7351689.

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

Color convert

RGB 137 45 112 -
CMYK 0 0.67 0.18 0.46
HSL 316.3º 0.51% 0.36% -
HSV(B) 316.3º 0.67% 0.54% -
XYZ 14.18 8.36 16.2 -
YUV 80.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 137 45 112 0 0.67 0.18 0.46 316.3 0.51 0.36
Hex 89 2D 70 0 43 12 2E 13C 33 24
Octal 211 55 160 0 103 22 56 474 63 44
Binary 10001001 101101 1110000 0 1000011 10010 101110 100111100 110011 100100

Color Harmonies of #892D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D70

Black with #892D70

Text Example


Text Example

White with #892D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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