Html Css Color HEX #893A6B Cosmic

📋 copy color: '#893A6B'

red 137 ◦ green 58 ◦ blue 107

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

Shades of Cosmic #893A6B

Tints of Cosmic #893A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 45.36%
G = 19.21%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#893A6B (or 0x893A6B) is known color: Cosmic. HEX triplet: 89, 3A and 6B. RGB value is (137,58,107). Sum of RGB (Red+Green+Blue) = 137+58+107=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #893A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893A6B is #76C594. Grayscale: #575757. Windows color (decimal): -7783829 or 7027337. OLE color: 7027337.

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

Color convert

RGB 137 58 107 -
CMYK 0 0.58 0.22 0.46
HSL 322.78º 0.41% 0.38% -
HSV(B) 322.78º 0.58% 0.54% -
XYZ 14.48 9.41 14.96 -
YUV 87.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 137 58 107 0 0.58 0.22 0.46 322.78 0.41 0.38
Hex 89 3A 6B 0 3A 16 2E 143 29 26
Octal 211 72 153 0 72 26 56 503 51 46
Binary 10001001 111010 1101011 0 111010 10110 101110 101000011 101001 100110

Color Harmonies of #893A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A6B

Black with #893A6B

Text Example


Text Example

White with #893A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,58,107); }

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

background-color css

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

 a { background-color: rgb(137,58,107); }

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

border-color css

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

 span { border-color: rgb(137,58,107); }

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