Html Css Color HEX #8A496E Cosmic

📋 copy color: '#8A496E'

red 138 ◦ green 73 ◦ blue 110

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

Shades of Cosmic #8A496E

Tints of Cosmic #8A496E

RGB

 RED value IS 138 (54.3% from 255) = 42.99%

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 42.99%
G = 22.74%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A496E (or 0x8A496E) is known color: Cosmic. HEX triplet: 8A, 49 and 6E. RGB value is (138,73,110). Sum of RGB (Red+Green+Blue) = 138+73+110=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A496E is #75B691. Grayscale: #606060. Windows color (decimal): -7714450 or 7227786. OLE color: 7227786.

HSL color Cylindrical-coordinate representation of color #8A496E: hue angle of 325.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A496E is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 73 110 -
CMYK 0 0.47 0.20 0.46
HSL 325.85º 0.31% 0.41% -
HSV(B) 325.85º 0.47% 0.54% -
XYZ 15.68 11.29 16.11 -
YUV 96.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 138 73 110 0 0.47 0.20 0.46 325.85 0.31 0.41
Hex 8A 49 6E 0 2F 14 2E 146 1F 29
Octal 212 111 156 0 57 24 56 506 37 51
Binary 10001010 1001001 1101110 0 101111 10100 101110 101000110 11111 101001

Color Harmonies of #8A496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A496E

Black with #8A496E

Text Example


Text Example

White with #8A496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A496E; }

 p { color: rgb(138,73,110); }

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

background-color css

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

 a { background-color: rgb(138,73,110); }

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

border-color css

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

 span { border-color: rgb(138,73,110); }

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