Html Css Color HEX #8A496D Cosmic

📋 copy color: '#8A496D'

red 138 ◦ green 73 ◦ blue 109

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

Shades of Cosmic #8A496D

Tints of Cosmic #8A496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 43.13%
G = 22.81%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A496D (or 0x8A496D) is known color: Cosmic. HEX triplet: 8A, 49 and 6D. RGB value is (138,73,109). Sum of RGB (Red+Green+Blue) = 138+73+109=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A496D is #75B692. Grayscale: #606060. Windows color (decimal): -7714451 or 7162250. OLE color: 7162250.

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

Color convert

RGB 138 73 109 -
CMYK 0 0.47 0.21 0.46
HSL 326.77º 0.31% 0.41% -
HSV(B) 326.77º 0.47% 0.54% -
XYZ 15.62 11.27 15.82 -
YUV 96.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 138 73 109 0 0.47 0.21 0.46 326.77 0.31 0.41
Hex 8A 49 6D 0 2F 15 2E 147 1F 29
Octal 212 111 155 0 57 25 56 507 37 51
Binary 10001010 1001001 1101101 0 101111 10101 101110 101000111 11111 101001

Color Harmonies of #8A496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A496D

Black with #8A496D

Text Example


Text Example

White with #8A496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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