Html Css Color HEX #8A436C Cosmic

📋 copy color: '#8A436C'

red 138 ◦ green 67 ◦ blue 108

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

Shades of Cosmic #8A436C

Tints of Cosmic #8A436C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 44.09%
G = 21.41%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A436C (or 0x8A436C) is known color: Cosmic. HEX triplet: 8A, 43 and 6C. RGB value is (138,67,108). Sum of RGB (Red+Green+Blue) = 138+67+108=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A436C is #75BC93. Grayscale: #5C5C5C. Windows color (decimal): -7715988 or 7095178. OLE color: 7095178.

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

Color convert

RGB 138 67 108 -
CMYK 0 0.51 0.22 0.46
HSL 325.35º 0.35% 0.4% -
HSV(B) 325.35º 0.51% 0.54% -
XYZ 15.2 10.5 15.41 -
YUV 92.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 138 67 108 0 0.51 0.22 0.46 325.35 0.35 0.4
Hex 8A 43 6C 0 33 16 2E 145 23 28
Octal 212 103 154 0 63 26 56 505 43 50
Binary 10001010 1000011 1101100 0 110011 10110 101110 101000101 100011 101000

Color Harmonies of #8A436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A436C

Black with #8A436C

Text Example


Text Example

White with #8A436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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