Html Css Color HEX #8A4E74 Cosmic

📋 copy color: '#8A4E74'

red 138 ◦ green 78 ◦ blue 116

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

Shades of Cosmic #8A4E74

Tints of Cosmic #8A4E74

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

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

R = 41.57%
G = 23.49%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A4E74 (or 0x8A4E74) is known color: Cosmic. HEX triplet: 8A, 4E and 74. RGB value is (138,78,116). Sum of RGB (Red+Green+Blue) = 138+78+116=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E74 is #75B18B. Grayscale: #646464. Windows color (decimal): -7713164 or 7622282. OLE color: 7622282.

HSL color Cylindrical-coordinate representation of color #8A4E74: hue angle of 322º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E74 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 78 116 -
CMYK 0 0.43 0.16 0.46
HSL 322º 0.28% 0.42% -
HSV(B) 322º 0.43% 0.54% -
XYZ 16.36 12.11 18 -
YUV 100.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 138 78 116 0 0.43 0.16 0.46 322 0.28 0.42
Hex 8A 4E 74 0 2B 10 2E 142 1C 2A
Octal 212 116 164 0 53 20 56 502 34 52
Binary 10001010 1001110 1110100 0 101011 10000 101110 101000010 11100 101010

Color Harmonies of #8A4E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4E74

Black with #8A4E74

Text Example


Text Example

White with #8A4E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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