Html Css Color HEX #8D3C70 Cosmic

📋 copy color: '#8D3C70'

red 141 ◦ green 60 ◦ blue 112

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

Shades of Cosmic #8D3C70

Tints of Cosmic #8D3C70

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.17%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 45.05%
G = 19.17%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D3C70 (or 0x8D3C70) is known color: Cosmic. HEX triplet: 8D, 3C and 70. RGB value is (141,60,112). Sum of RGB (Red+Green+Blue) = 141+60+112=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3C70 is #72C38F. Grayscale: #5A5A5A. Windows color (decimal): -7521168 or 7355533. OLE color: 7355533.

HSL color Cylindrical-coordinate representation of color #8D3C70: hue angle of 321.48º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3C70 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 60 112 -
CMYK 0 0.57 0.21 0.45
HSL 321.48º 0.4% 0.39% -
HSV(B) 321.48º 0.57% 0.55% -
XYZ 15.53 10.06 16.45 -
YUV 90.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 141 60 112 0 0.57 0.21 0.45 321.48 0.4 0.39
Hex 8D 3C 70 0 39 15 2D 141 28 27
Octal 215 74 160 0 71 25 55 501 50 47
Binary 10001101 111100 1110000 0 111001 10101 101101 101000001 101000 100111

Color Harmonies of #8D3C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3C70

Black with #8D3C70

Text Example


Text Example

White with #8D3C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,60,112); }

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

background-color css

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

 a { background-color: rgb(141,60,112); }

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

border-color css

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

 span { border-color: rgb(141,60,112); }

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