Html Css Color HEX #8D4271 Cosmic

📋 copy color: '#8D4271'

red 141 ◦ green 66 ◦ blue 113

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

Shades of Cosmic #8D4271

Tints of Cosmic #8D4271

RGB

 RED value IS 141 (55.47% from 255) = 44.06%

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

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 44.06%
G = 20.63%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D4271 (or 0x8D4271) is known color: Cosmic. HEX triplet: 8D, 42 and 71. RGB value is (141,66,113). Sum of RGB (Red+Green+Blue) = 141+66+113=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4271 is #72BD8E. Grayscale: #5D5D5D. Windows color (decimal): -7519631 or 7422605. OLE color: 7422605.

HSL color Cylindrical-coordinate representation of color #8D4271: hue angle of 322.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4271 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 66 113 -
CMYK 0 0.53 0.20 0.45
HSL 322.4º 0.36% 0.41% -
HSV(B) 322.4º 0.53% 0.55% -
XYZ 15.91 10.75 16.86 -
YUV 93.78 138.85 161.68 -
System Red Green Blue C M Y K H S L
Decimal 141 66 113 0 0.53 0.20 0.45 322.4 0.36 0.41
Hex 8D 42 71 0 35 14 2D 142 24 29
Octal 215 102 161 0 65 24 55 502 44 51
Binary 10001101 1000010 1110001 0 110101 10100 101101 101000010 100100 101001

Color Harmonies of #8D4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4271

Black with #8D4271

Text Example


Text Example

White with #8D4271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,66,113); }

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

background-color css

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

 a { background-color: rgb(141,66,113); }

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

border-color css

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

 span { border-color: rgb(141,66,113); }

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