Html Css Color HEX #8B4376 Cosmic

📋 copy color: '#8B4376'

red 139 ◦ green 67 ◦ blue 118

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

Shades of Cosmic #8B4376

Tints of Cosmic #8B4376

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 118 (46.48% from 255) = 36.42%

R = 42.9%
G = 20.68%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B4376 (or 0x8B4376) is known color: Cosmic. HEX triplet: 8B, 43 and 76. RGB value is (139,67,118). Sum of RGB (Red+Green+Blue) = 139+67+118=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4376 is #74BC89. Grayscale: #5E5E5E. Windows color (decimal): -7650442 or 7750539. OLE color: 7750539.

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

Color convert

RGB 139 67 118 -
CMYK 0 0.52 0.15 0.45
HSL 317.5º 0.35% 0.4% -
HSV(B) 317.5º 0.52% 0.55% -
XYZ 15.92 10.81 18.39 -
YUV 94.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 139 67 118 0 0.52 0.15 0.45 317.5 0.35 0.4
Hex 8B 43 76 0 34 F 2D 13E 23 28
Octal 213 103 166 0 64 17 55 476 43 50
Binary 10001011 1000011 1110110 0 110100 1111 101101 100111110 100011 101000

Color Harmonies of #8B4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4376

Black with #8B4376

Text Example


Text Example

White with #8B4376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,67,118); }

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

background-color css

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

 a { background-color: rgb(139,67,118); }

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

border-color css

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

 span { border-color: rgb(139,67,118); }

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