Html Css Color HEX #8B4574 Cosmic

📋 copy color: '#8B4574'

red 139 ◦ green 69 ◦ blue 116

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

Shades of Cosmic #8B4574

Tints of Cosmic #8B4574

RGB

 RED value IS 139 (54.69% from 255) = 42.9%

 GREEN value IS 69 (27.34% from 255) = 21.3%

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 42.9%
G = 21.3%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B4574 (or 0x8B4574) is known color: Cosmic. HEX triplet: 8B, 45 and 74. RGB value is (139,69,116). Sum of RGB (Red+Green+Blue) = 139+69+116=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4574 is #74BA8B. Grayscale: #5F5F5F. Windows color (decimal): -7649932 or 7619979. OLE color: 7619979.

HSL color Cylindrical-coordinate representation of color #8B4574: hue angle of 319.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4574 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 69 116 -
CMYK 0 0.50 0.17 0.45
HSL 319.71º 0.34% 0.41% -
HSV(B) 319.71º 0.5% 0.55% -
XYZ 15.93 11.01 17.81 -
YUV 95.29 139.69 159.18 -
System Red Green Blue C M Y K H S L
Decimal 139 69 116 0 0.50 0.17 0.45 319.71 0.34 0.41
Hex 8B 45 74 0 32 11 2D 140 22 29
Octal 213 105 164 0 62 21 55 500 42 51
Binary 10001011 1000101 1110100 0 110010 10001 101101 101000000 100010 101001

Color Harmonies of #8B4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4574

Black with #8B4574

Text Example


Text Example

White with #8B4574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,69,116); }

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

background-color css

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

 a { background-color: rgb(139,69,116); }

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

border-color css

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

 span { border-color: rgb(139,69,116); }

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