Html Css Color HEX #893069 Dark Purple

📋 copy color: '#893069'

red 137 ◦ green 48 ◦ blue 105

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

Shades of Dark Purple #893069

Tints of Dark Purple #893069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 47.24%
G = 16.55%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#893069 (or 0x893069) is known color: Dark Purple. HEX triplet: 89, 30 and 69. RGB value is (137,48,105). Sum of RGB (Red+Green+Blue) = 137+48+105=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #893069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893069 is #76CF96. Grayscale: #505050. Windows color (decimal): -7786391 or 6893705. OLE color: 6893705.

HSL color Cylindrical-coordinate representation of color #893069: hue angle of 321.57º 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 #893069 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 48 105 -
CMYK 0 0.65 0.23 0.46
HSL 321.57º 0.48% 0.36% -
HSV(B) 321.57º 0.65% 0.54% -
XYZ 13.92 8.45 14.26 -
YUV 81.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 137 48 105 0 0.65 0.23 0.46 321.57 0.48 0.36
Hex 89 30 69 0 41 17 2E 142 30 24
Octal 211 60 151 0 101 27 56 502 60 44
Binary 10001001 110000 1101001 0 1000001 10111 101110 101000010 110000 100100

Color Harmonies of #893069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893069

Black with #893069

Text Example


Text Example

White with #893069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893069; }

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

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

background-color css

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

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

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

border-color css

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

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

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