Html Css Color HEX #893B6B Cosmic

📋 copy color: '#893B6B'

red 137 ◦ green 59 ◦ blue 107

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

Shades of Cosmic #893B6B

Tints of Cosmic #893B6B

RGB

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

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

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

R = 45.21%
G = 19.47%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#893B6B (or 0x893B6B) is known color: Cosmic. HEX triplet: 89, 3B and 6B. RGB value is (137,59,107). Sum of RGB (Red+Green+Blue) = 137+59+107=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893B6B is #76C494. Grayscale: #575757. Windows color (decimal): -7783573 or 7027593. OLE color: 7027593.

HSL color Cylindrical-coordinate representation of color #893B6B: hue angle of 323.08º 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 #893B6B is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 59 107 -
CMYK 0 0.57 0.22 0.46
HSL 323.08º 0.4% 0.38% -
HSV(B) 323.08º 0.57% 0.54% -
XYZ 14.53 9.51 14.98 -
YUV 87.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 137 59 107 0 0.57 0.22 0.46 323.08 0.4 0.38
Hex 89 3B 6B 0 39 16 2E 143 28 26
Octal 211 73 153 0 71 26 56 503 50 46
Binary 10001001 111011 1101011 0 111001 10110 101110 101000011 101000 100110

Color Harmonies of #893B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893B6B

Black with #893B6B

Text Example


Text Example

White with #893B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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