Html Css Color HEX #8A4875 Cosmic

📋 copy color: '#8A4875'

red 138 ◦ green 72 ◦ blue 117

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

Shades of Cosmic #8A4875

Tints of Cosmic #8A4875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.02%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 42.2%
G = 22.02%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A4875 (or 0x8A4875) is known color: Cosmic. HEX triplet: 8A, 48 and 75. RGB value is (138,72,117). Sum of RGB (Red+Green+Blue) = 138+72+117=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4875 is #75B78A. Grayscale: #606060. Windows color (decimal): -7714699 or 7686282. OLE color: 7686282.

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

Color convert

RGB 138 72 117 -
CMYK 0 0.48 0.15 0.46
HSL 319.09º 0.31% 0.41% -
HSV(B) 319.09º 0.48% 0.54% -
XYZ 16.01 11.32 18.17 -
YUV 96.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 138 72 117 0 0.48 0.15 0.46 319.09 0.31 0.41
Hex 8A 48 75 0 30 F 2E 13F 1F 29
Octal 212 110 165 0 60 17 56 477 37 51
Binary 10001010 1001000 1110101 0 110000 1111 101110 100111111 11111 101001

Color Harmonies of #8A4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4875

Black with #8A4875

Text Example


Text Example

White with #8A4875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,72,117); }

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

background-color css

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

 a { background-color: rgb(138,72,117); }

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

border-color css

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

 span { border-color: rgb(138,72,117); }

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