Html Css Color HEX #893B6A Cosmic

📋 copy color: '#893B6A'

red 137 ◦ green 59 ◦ blue 106

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

Shades of Cosmic #893B6A

Tints of Cosmic #893B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 45.36%
G = 19.54%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#893B6A (or 0x893B6A) is known color: Cosmic. HEX triplet: 89, 3B and 6A. RGB value is (137,59,106). Sum of RGB (Red+Green+Blue) = 137+59+106=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #893B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B6A is #76C495. Grayscale: #575757. Windows color (decimal): -7783574 or 6962057. OLE color: 6962057.

HSL color Cylindrical-coordinate representation of color #893B6A: hue angle of 323.85º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B6A is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 59 106 -
CMYK 0 0.57 0.23 0.46
HSL 323.85º 0.4% 0.38% -
HSV(B) 323.85º 0.57% 0.54% -
XYZ 14.48 9.49 14.7 -
YUV 87.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 137 59 106 0 0.57 0.23 0.46 323.85 0.4 0.38
Hex 89 3B 6A 0 39 17 2E 144 28 26
Octal 211 73 152 0 71 27 56 504 50 46
Binary 10001001 111011 1101010 0 111001 10111 101110 101000100 101000 100110

Color Harmonies of #893B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B6A

Black with #893B6A

Text Example


Text Example

White with #893B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,59,106); }

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

background-color css

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

 a { background-color: rgb(137,59,106); }

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

border-color css

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

 span { border-color: rgb(137,59,106); }

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