Html Css Color HEX #893075 Dark Purple

📋 copy color: '#893075'

red 137 ◦ green 48 ◦ blue 117

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

Shades of Dark Purple #893075

Tints of Dark Purple #893075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 45.36%
G = 15.89%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#893075 (or 0x893075) is known color: Dark Purple. HEX triplet: 89, 30 and 75. RGB value is (137,48,117). Sum of RGB (Red+Green+Blue) = 137+48+117=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #893075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893075 is #76CF8A. Grayscale: #525252. Windows color (decimal): -7786379 or 7680137. OLE color: 7680137.

HSL color Cylindrical-coordinate representation of color #893075: hue angle of 313.48º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893075 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 117 -
CMYK 0 0.65 0.15 0.46
HSL 313.48º 0.48% 0.36% -
HSV(B) 313.48º 0.65% 0.54% -
XYZ 14.58 8.72 17.74 -
YUV 82.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 137 48 117 0 0.65 0.15 0.46 313.48 0.48 0.36
Hex 89 30 75 0 41 F 2E 139 30 24
Octal 211 60 165 0 101 17 56 471 60 44
Binary 10001001 110000 1110101 0 1000001 1111 101110 100111001 110000 100100

Color Harmonies of #893075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893075

Black with #893075

Text Example


Text Example

White with #893075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893075; }

 p { color: rgb(137,48,117); }

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

background-color css

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

 a { background-color: rgb(137,48,117); }

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

border-color css

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

 span { border-color: rgb(137,48,117); }

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