Html Css Color HEX #8A466D Cosmic

📋 copy color: '#8A466D'

red 138 ◦ green 70 ◦ blue 109

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

Shades of Cosmic #8A466D

Tints of Cosmic #8A466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 43.53%
G = 22.08%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A466D (or 0x8A466D) is known color: Cosmic. HEX triplet: 8A, 46 and 6D. RGB value is (138,70,109). Sum of RGB (Red+Green+Blue) = 138+70+109=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A466D is #75B992. Grayscale: #5E5E5E. Windows color (decimal): -7715219 or 7161482. OLE color: 7161482.

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

Color convert

RGB 138 70 109 -
CMYK 0 0.49 0.21 0.46
HSL 325.59º 0.33% 0.41% -
HSV(B) 325.59º 0.49% 0.54% -
XYZ 15.43 10.89 15.76 -
YUV 94.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 138 70 109 0 0.49 0.21 0.46 325.59 0.33 0.41
Hex 8A 46 6D 0 31 15 2E 146 21 29
Octal 212 106 155 0 61 25 56 506 41 51
Binary 10001010 1000110 1101101 0 110001 10101 101110 101000110 100001 101001

Color Harmonies of #8A466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A466D

Black with #8A466D

Text Example


Text Example

White with #8A466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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