Html Css Color HEX #8A436F Cosmic

📋 copy color: '#8A436F'

red 138 ◦ green 67 ◦ blue 111

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

Shades of Cosmic #8A436F

Tints of Cosmic #8A436F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 43.67%
G = 21.2%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A436F (or 0x8A436F) is known color: Cosmic. HEX triplet: 8A, 43 and 6F. RGB value is (138,67,111). Sum of RGB (Red+Green+Blue) = 138+67+111=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 138 - color contains mainly: red. Hex color #8A436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A436F is #75BC90. Grayscale: #5D5D5D. Windows color (decimal): -7715985 or 7291786. OLE color: 7291786.

HSL color Cylindrical-coordinate representation of color #8A436F: hue angle of 322.82º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A436F is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 67 111 -
CMYK 0 0.51 0.20 0.46
HSL 322.82º 0.35% 0.4% -
HSV(B) 322.82º 0.51% 0.54% -
XYZ 15.36 10.57 16.27 -
YUV 93.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 138 67 111 0 0.51 0.20 0.46 322.82 0.35 0.4
Hex 8A 43 6F 0 33 14 2E 143 23 28
Octal 212 103 157 0 63 24 56 503 43 50
Binary 10001010 1000011 1101111 0 110011 10100 101110 101000011 100011 101000

Color Harmonies of #8A436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A436F

Black with #8A436F

Text Example


Text Example

White with #8A436F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,67,111); }

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

background-color css

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

 a { background-color: rgb(138,67,111); }

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

border-color css

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

 span { border-color: rgb(138,67,111); }

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