Html Css Color HEX #894366 Cosmic

📋 copy color: '#894366'

red 137 ◦ green 67 ◦ blue 102

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

Shades of Cosmic #894366

Tints of Cosmic #894366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 44.77%
G = 21.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#894366 (or 0x894366) is known color: Cosmic. HEX triplet: 89, 43 and 66. RGB value is (137,67,102). Sum of RGB (Red+Green+Blue) = 137+67+102=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894366 is #76BC99. Grayscale: #5B5B5B. Windows color (decimal): -7781530 or 6701961. OLE color: 6701961.

HSL color Cylindrical-coordinate representation of color #894366: hue angle of 330º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894366 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 67 102 -
CMYK 0 0.51 0.26 0.46
HSL 330º 0.34% 0.4% -
HSV(B) 330º 0.51% 0.54% -
XYZ 14.72 10.29 13.78 -
YUV 91.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 137 67 102 0 0.51 0.26 0.46 330 0.34 0.4
Hex 89 43 66 0 33 1A 2E 14A 22 28
Octal 211 103 146 0 63 32 56 512 42 50
Binary 10001001 1000011 1100110 0 110011 11010 101110 101001010 100010 101000

Color Harmonies of #894366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894366

Black with #894366

Text Example


Text Example

White with #894366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894366; }

 p { color: rgb(137,67,102); }

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

background-color css

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

 a { background-color: rgb(137,67,102); }

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

border-color css

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

 span { border-color: rgb(137,67,102); }

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