Html Css Color HEX #892085 Dark Purple

📋 copy color: '#892085'

red 137 ◦ green 32 ◦ blue 133

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

Shades of Dark Purple #892085

Tints of Dark Purple #892085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.6%

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

R = 45.36%
G = 10.6%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#892085 (or 0x892085) is known color: Dark Purple. HEX triplet: 89, 20 and 85. RGB value is (137,32,133). Sum of RGB (Red+Green+Blue) = 137+32+133=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #892085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #892085 is #76DF7A. Grayscale: #4A4A4A. Windows color (decimal): -7790459 or 8724617. OLE color: 8724617.

HSL color Cylindrical-coordinate representation of color #892085: hue angle of 302.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892085 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 32 133 -
CMYK 0 0.77 0.03 0.46
HSL 302.29º 0.62% 0.33% -
HSV(B) 302.29º 0.77% 0.54% -
XYZ 15.07 8.04 22.95 -
YUV 74.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 137 32 133 0 0.77 0.03 0.46 302.29 0.62 0.33
Hex 89 20 85 0 4D 3 2E 12E 3E 21
Octal 211 40 205 0 115 3 56 456 76 41
Binary 10001001 100000 10000101 0 1001101 11 101110 100101110 111110 100001

Color Harmonies of #892085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892085

Black with #892085

Text Example


Text Example

White with #892085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892085; }

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

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

background-color css

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

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

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

border-color css

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

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

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