Html Css Color HEX #893275 Dark Purple

📋 copy color: '#893275'

red 137 ◦ green 50 ◦ blue 117

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

Shades of Dark Purple #893275

Tints of Dark Purple #893275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

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

R = 45.07%
G = 16.45%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#893275 (or 0x893275) is known color: Dark Purple. HEX triplet: 89, 32 and 75. RGB value is (137,50,117). Sum of RGB (Red+Green+Blue) = 137+50+117=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #893275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893275 is #76CD8A. Grayscale: #535353. Windows color (decimal): -7785867 or 7680649. OLE color: 7680649.

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

Color convert

RGB 137 50 117 -
CMYK 0 0.64 0.15 0.46
HSL 313.79º 0.47% 0.37% -
HSV(B) 313.79º 0.64% 0.54% -
XYZ 14.67 8.88 17.77 -
YUV 83.65 146.82 166.05 -
System Red Green Blue C M Y K H S L
Decimal 137 50 117 0 0.64 0.15 0.46 313.79 0.47 0.37
Hex 89 32 75 0 40 F 2E 13A 2F 25
Octal 211 62 165 0 100 17 56 472 57 45
Binary 10001001 110010 1110101 0 1000000 1111 101110 100111010 101111 100101

Color Harmonies of #893275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893275

Black with #893275

Text Example


Text Example

White with #893275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893275; }

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

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

background-color css

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

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

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

border-color css

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

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

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