Html Css Color HEX #894274 Cosmic

📋 copy color: '#894274'

red 137 ◦ green 66 ◦ blue 116

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

Shades of Cosmic #894274

Tints of Cosmic #894274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.69%

 BLUE value IS 116 (45.7% from 255) = 36.36%

R = 42.95%
G = 20.69%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894274 (or 0x894274) is known color: Cosmic. HEX triplet: 89, 42 and 74. RGB value is (137,66,116). Sum of RGB (Red+Green+Blue) = 137+66+116=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #894274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894274 is #76BD8B. Grayscale: #5C5C5C. Windows color (decimal): -7781772 or 7619209. OLE color: 7619209.

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

Color convert

RGB 137 66 116 -
CMYK 0 0.52 0.15 0.46
HSL 317.75º 0.35% 0.4% -
HSV(B) 317.75º 0.52% 0.54% -
XYZ 15.42 10.48 17.73 -
YUV 92.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 137 66 116 0 0.52 0.15 0.46 317.75 0.35 0.4
Hex 89 42 74 0 34 F 2E 13E 23 28
Octal 211 102 164 0 64 17 56 476 43 50
Binary 10001001 1000010 1110100 0 110100 1111 101110 100111110 100011 101000

Color Harmonies of #894274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894274

Black with #894274

Text Example


Text Example

White with #894274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894274; }

 p { color: rgb(137,66,116); }

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

background-color css

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

 a { background-color: rgb(137,66,116); }

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

border-color css

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

 span { border-color: rgb(137,66,116); }

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