Html Css Color HEX #8A416D Cosmic

📋 copy color: '#8A416D'

red 138 ◦ green 65 ◦ blue 109

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

Shades of Cosmic #8A416D

Tints of Cosmic #8A416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.83%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 44.23%
G = 20.83%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A416D (or 0x8A416D) is known color: Cosmic. HEX triplet: 8A, 41 and 6D. RGB value is (138,65,109). Sum of RGB (Red+Green+Blue) = 138+65+109=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A416D is #75BE92. Grayscale: #5B5B5B. Windows color (decimal): -7716499 or 7160202. OLE color: 7160202.

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

Color convert

RGB 138 65 109 -
CMYK 0 0.53 0.21 0.46
HSL 323.84º 0.36% 0.4% -
HSV(B) 323.84º 0.53% 0.54% -
XYZ 15.13 10.29 15.66 -
YUV 91.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 138 65 109 0 0.53 0.21 0.46 323.84 0.36 0.4
Hex 8A 41 6D 0 35 15 2E 144 24 28
Octal 212 101 155 0 65 25 56 504 44 50
Binary 10001010 1000001 1101101 0 110101 10101 101110 101000100 100100 101000

Color Harmonies of #8A416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A416D

Black with #8A416D

Text Example


Text Example

White with #8A416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,65,109); }

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

background-color css

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

 a { background-color: rgb(138,65,109); }

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

border-color css

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

 span { border-color: rgb(138,65,109); }

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