Html Css Color HEX #893C63 Cosmic

📋 copy color: '#893C63'

red 137 ◦ green 60 ◦ blue 99

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

Shades of Cosmic #893C63

Tints of Cosmic #893C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.27%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 46.28%
G = 20.27%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#893C63 (or 0x893C63) is known color: Cosmic. HEX triplet: 89, 3C and 63. RGB value is (137,60,99). Sum of RGB (Red+Green+Blue) = 137+60+99=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #893C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C63 is #76C39C. Grayscale: #575757. Windows color (decimal): -7783325 or 6503561. OLE color: 6503561.

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

Color convert

RGB 137 60 99 -
CMYK 0 0.56 0.28 0.46
HSL 329.61º 0.39% 0.39% -
HSV(B) 329.61º 0.56% 0.54% -
XYZ 14.18 9.45 12.88 -
YUV 87.47 134.51 163.33 -
System Red Green Blue C M Y K H S L
Decimal 137 60 99 0 0.56 0.28 0.46 329.61 0.39 0.39
Hex 89 3C 63 0 38 1C 2E 14A 27 27
Octal 211 74 143 0 70 34 56 512 47 47
Binary 10001001 111100 1100011 0 111000 11100 101110 101001010 100111 100111

Color Harmonies of #893C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893C63

Black with #893C63

Text Example


Text Example

White with #893C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,60,99); }

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

background-color css

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

 a { background-color: rgb(137,60,99); }

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

border-color css

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

 span { border-color: rgb(137,60,99); }

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