Html Css Color HEX #893F72 Cosmic

📋 copy color: '#893F72'

red 137 ◦ green 63 ◦ blue 114

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

Shades of Cosmic #893F72

Tints of Cosmic #893F72

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 43.63%
G = 20.06%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#893F72 (or 0x893F72) is known color: Cosmic. HEX triplet: 89, 3F and 72. RGB value is (137,63,114). Sum of RGB (Red+Green+Blue) = 137+63+114=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #893F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893F72 is #76C08D. Grayscale: #5A5A5A. Windows color (decimal): -7782542 or 7487369. OLE color: 7487369.

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

Color convert

RGB 137 63 114 -
CMYK 0 0.54 0.17 0.46
HSL 318.65º 0.37% 0.39% -
HSV(B) 318.65º 0.54% 0.54% -
XYZ 15.13 10.09 17.07 -
YUV 90.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 137 63 114 0 0.54 0.17 0.46 318.65 0.37 0.39
Hex 89 3F 72 0 36 11 2E 13F 25 27
Octal 211 77 162 0 66 21 56 477 45 47
Binary 10001001 111111 1110010 0 110110 10001 101110 100111111 100101 100111

Color Harmonies of #893F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F72

Black with #893F72

Text Example


Text Example

White with #893F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893F72; }

 p { color: rgb(137,63,114); }

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

background-color css

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

 a { background-color: rgb(137,63,114); }

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

border-color css

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

 span { border-color: rgb(137,63,114); }

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