Html Css Color HEX #89426C Cosmic

📋 copy color: '#89426C'

red 137 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #89426C

Tints of Cosmic #89426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.73%

R = 44.05%
G = 21.22%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89426C (or 0x89426C) is known color: Cosmic. HEX triplet: 89, 42 and 6C. RGB value is (137,66,108). Sum of RGB (Red+Green+Blue) = 137+66+108=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89426C is #76BD93. Grayscale: #5B5B5B. Windows color (decimal): -7781780 or 7094921. OLE color: 7094921.

HSL color Cylindrical-coordinate representation of color #89426C: hue angle of 324.51º 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 #89426C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 108 -
CMYK 0 0.52 0.21 0.46
HSL 324.51º 0.35% 0.4% -
HSV(B) 324.51º 0.52% 0.54% -
XYZ 14.97 10.3 15.39 -
YUV 92.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 137 66 108 0 0.52 0.21 0.46 324.51 0.35 0.4
Hex 89 42 6C 0 34 15 2E 145 23 28
Octal 211 102 154 0 64 25 56 505 43 50
Binary 10001001 1000010 1101100 0 110100 10101 101110 101000101 100011 101000

Color Harmonies of #89426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89426C

Black with #89426C

Text Example


Text Example

White with #89426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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