Html Css Color HEX #893D6B Cosmic

📋 copy color: '#893D6B'

red 137 ◦ green 61 ◦ blue 107

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

Shades of Cosmic #893D6B

Tints of Cosmic #893D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20%

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

R = 44.92%
G = 20%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#893D6B (or 0x893D6B) is known color: Cosmic. HEX triplet: 89, 3D and 6B. RGB value is (137,61,107). Sum of RGB (Red+Green+Blue) = 137+61+107=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #893D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D6B is #76C294. Grayscale: #585858. Windows color (decimal): -7783061 or 7028105. OLE color: 7028105.

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

Color convert

RGB 137 61 107 -
CMYK 0 0.55 0.22 0.46
HSL 323.68º 0.38% 0.39% -
HSV(B) 323.68º 0.55% 0.54% -
XYZ 14.64 9.72 15.01 -
YUV 88.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 137 61 107 0 0.55 0.22 0.46 323.68 0.38 0.39
Hex 89 3D 6B 0 37 16 2E 144 26 27
Octal 211 75 153 0 67 26 56 504 46 47
Binary 10001001 111101 1101011 0 110111 10110 101110 101000100 100110 100111

Color Harmonies of #893D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D6B

Black with #893D6B

Text Example


Text Example

White with #893D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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