Html Css Color HEX #8B4772 Cosmic

📋 copy color: '#8B4772'

red 139 ◦ green 71 ◦ blue 114

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

Shades of Cosmic #8B4772

Tints of Cosmic #8B4772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 42.9%
G = 21.91%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B4772 (or 0x8B4772) is known color: Cosmic. HEX triplet: 8B, 47 and 72. RGB value is (139,71,114). Sum of RGB (Red+Green+Blue) = 139+71+114=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4772 is #74B88D. Grayscale: #606060. Windows color (decimal): -7649422 or 7489419. OLE color: 7489419.

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

Color convert

RGB 139 71 114 -
CMYK 0 0.49 0.18 0.45
HSL 322.06º 0.32% 0.41% -
HSV(B) 322.06º 0.49% 0.55% -
XYZ 15.94 11.21 17.24 -
YUV 96.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 139 71 114 0 0.49 0.18 0.45 322.06 0.32 0.41
Hex 8B 47 72 0 31 12 2D 142 20 29
Octal 213 107 162 0 61 22 55 502 40 51
Binary 10001011 1000111 1110010 0 110001 10010 101101 101000010 100000 101001

Color Harmonies of #8B4772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4772

Black with #8B4772

Text Example


Text Example

White with #8B4772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,71,114); }

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

background-color css

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

 a { background-color: rgb(139,71,114); }

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

border-color css

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

 span { border-color: rgb(139,71,114); }

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