Html Css Color HEX #892D85 Dark Purple

📋 copy color: '#892D85'

red 137 ◦ green 45 ◦ blue 133

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

Shades of Dark Purple #892D85

Tints of Dark Purple #892D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 43.49%
G = 14.29%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#892D85 (or 0x892D85) is known color: Dark Purple. HEX triplet: 89, 2D and 85. RGB value is (137,45,133). Sum of RGB (Red+Green+Blue) = 137+45+133=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #892D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892D85 is #76D27A. Grayscale: #525252. Windows color (decimal): -7787131 or 8727945. OLE color: 8727945.

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

Color convert

RGB 137 45 133 -
CMYK 0 0.67 0.03 0.46
HSL 302.61º 0.51% 0.36% -
HSV(B) 302.61º 0.67% 0.54% -
XYZ 15.49 8.89 23.09 -
YUV 82.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 137 45 133 0 0.67 0.03 0.46 302.61 0.51 0.36
Hex 89 2D 85 0 43 3 2E 12F 33 24
Octal 211 55 205 0 103 3 56 457 63 44
Binary 10001001 101101 10000101 0 1000011 11 101110 100101111 110011 100100

Color Harmonies of #892D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D85

Black with #892D85

Text Example


Text Example

White with #892D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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