Html Css Color HEX #8A426C Cosmic

📋 copy color: '#8A426C'

red 138 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #8A426C

Tints of Cosmic #8A426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 44.23%
G = 21.15%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A426C (or 0x8A426C) is known color: Cosmic. HEX triplet: 8A, 42 and 6C. RGB value is (138,66,108). Sum of RGB (Red+Green+Blue) = 138+66+108=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A426C is #75BD93. Grayscale: #5C5C5C. Windows color (decimal): -7716244 or 7094922. OLE color: 7094922.

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

Color convert

RGB 138 66 108 -
CMYK 0 0.52 0.22 0.46
HSL 325º 0.35% 0.4% -
HSV(B) 325º 0.52% 0.54% -
XYZ 15.14 10.38 15.39 -
YUV 92.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 138 66 108 0 0.52 0.22 0.46 325 0.35 0.4
Hex 8A 42 6C 0 34 16 2E 145 23 28
Octal 212 102 154 0 64 26 56 505 43 50
Binary 10001010 1000010 1101100 0 110100 10110 101110 101000101 100011 101000

Color Harmonies of #8A426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A426C

Black with #8A426C

Text Example


Text Example

White with #8A426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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