Html Css Color HEX #8B4771 Cosmic

📋 copy color: '#8B4771'

red 139 ◦ green 71 ◦ blue 113

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

Shades of Cosmic #8B4771

Tints of Cosmic #8B4771

RGB

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

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

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

R = 43.03%
G = 21.98%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B4771 (or 0x8B4771) is known color: Cosmic. HEX triplet: 8B, 47 and 71. RGB value is (139,71,113). Sum of RGB (Red+Green+Blue) = 139+71+113=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4771 is #74B88E. Grayscale: #606060. Windows color (decimal): -7649423 or 7423883. OLE color: 7423883.

HSL color Cylindrical-coordinate representation of color #8B4771: hue angle of 322.94º 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 #8B4771 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 71 113 -
CMYK 0 0.49 0.19 0.45
HSL 322.94º 0.32% 0.41% -
HSV(B) 322.94º 0.49% 0.55% -
XYZ 15.88 11.19 16.95 -
YUV 96.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 139 71 113 0 0.49 0.19 0.45 322.94 0.32 0.41
Hex 8B 47 71 0 31 13 2D 143 20 29
Octal 213 107 161 0 61 23 55 503 40 51
Binary 10001011 1000111 1110001 0 110001 10011 101101 101000011 100000 101001

Color Harmonies of #8B4771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4771

Black with #8B4771

Text Example


Text Example

White with #8B4771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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