Html Css Color HEX #8A436B Cosmic

📋 copy color: '#8A436B'

red 138 ◦ green 67 ◦ blue 107

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

Shades of Cosmic #8A436B

Tints of Cosmic #8A436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 44.23%
G = 21.47%
B = 34.29%

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

#8A436B (or 0x8A436B) is known color: Cosmic. HEX triplet: 8A, 43 and 6B. RGB value is (138,67,107). Sum of RGB (Red+Green+Blue) = 138+67+107=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A436B is #75BC94. Grayscale: #5C5C5C. Windows color (decimal): -7715989 or 7029642. OLE color: 7029642.

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

Color convert

RGB 138 67 107 -
CMYK 0 0.51 0.22 0.46
HSL 326.2º 0.35% 0.4% -
HSV(B) 326.2º 0.51% 0.54% -
XYZ 15.14 10.48 15.13 -
YUV 92.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 138 67 107 0 0.51 0.22 0.46 326.2 0.35 0.4
Hex 8A 43 6B 0 33 16 2E 146 23 28
Octal 212 103 153 0 63 26 56 506 43 50
Binary 10001010 1000011 1101011 0 110011 10110 101110 101000110 100011 101000

Color Harmonies of #8A436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A436B

Black with #8A436B

Text Example


Text Example

White with #8A436B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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