Html Css Color HEX #8A4674 Cosmic

📋 copy color: '#8A4674'

red 138 ◦ green 70 ◦ blue 116

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

Shades of Cosmic #8A4674

Tints of Cosmic #8A4674

RGB

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

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

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

R = 42.59%
G = 21.6%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A4674 (or 0x8A4674) is known color: Cosmic. HEX triplet: 8A, 46 and 74. RGB value is (138,70,116). Sum of RGB (Red+Green+Blue) = 138+70+116=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4674 is #75B98B. Grayscale: #5F5F5F. Windows color (decimal): -7715212 or 7620234. OLE color: 7620234.

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

Color convert

RGB 138 70 116 -
CMYK 0 0.49 0.16 0.46
HSL 319.41º 0.33% 0.41% -
HSV(B) 319.41º 0.49% 0.54% -
XYZ 15.82 11.04 17.82 -
YUV 95.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 138 70 116 0 0.49 0.16 0.46 319.41 0.33 0.41
Hex 8A 46 74 0 31 10 2E 13F 21 29
Octal 212 106 164 0 61 20 56 477 41 51
Binary 10001010 1000110 1110100 0 110001 10000 101110 100111111 100001 101001

Color Harmonies of #8A4674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4674

Black with #8A4674

Text Example


Text Example

White with #8A4674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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