Html Css Color HEX #8B4971 Cosmic

📋 copy color: '#8B4971'

red 139 ◦ green 73 ◦ blue 113

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

Shades of Cosmic #8B4971

Tints of Cosmic #8B4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 42.77%
G = 22.46%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B4971 (or 0x8B4971) is known color: Cosmic. HEX triplet: 8B, 49 and 71. RGB value is (139,73,113). Sum of RGB (Red+Green+Blue) = 139+73+113=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4971 is #74B68E. Grayscale: #616161. Windows color (decimal): -7648911 or 7424395. OLE color: 7424395.

HSL color Cylindrical-coordinate representation of color #8B4971: hue angle of 323.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4971 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 73 113 -
CMYK 0 0.47 0.19 0.45
HSL 323.64º 0.31% 0.42% -
HSV(B) 323.64º 0.47% 0.55% -
XYZ 16.01 11.45 16.99 -
YUV 97.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 139 73 113 0 0.47 0.19 0.45 323.64 0.31 0.42
Hex 8B 49 71 0 2F 13 2D 144 1F 2A
Octal 213 111 161 0 57 23 55 504 37 52
Binary 10001011 1001001 1110001 0 101111 10011 101101 101000100 11111 101010

Color Harmonies of #8B4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4971

Black with #8B4971

Text Example


Text Example

White with #8B4971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,113); }

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

background-color css

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

 a { background-color: rgb(139,73,113); }

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

border-color css

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

 span { border-color: rgb(139,73,113); }

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