Html Css Color HEX #8B436B Cosmic

📋 copy color: '#8B436B'

red 139 ◦ green 67 ◦ blue 107

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

Shades of Cosmic #8B436B

Tints of Cosmic #8B436B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 44.41%
G = 21.41%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8B436B (or 0x8B436B) is known color: Cosmic. HEX triplet: 8B, 43 and 6B. RGB value is (139,67,107). Sum of RGB (Red+Green+Blue) = 139+67+107=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B436B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B436B is #74BC94. Grayscale: #5C5C5C. Windows color (decimal): -7650453 or 7029643. OLE color: 7029643.

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

Color convert

RGB 139 67 107 -
CMYK 0 0.52 0.23 0.45
HSL 326.67º 0.35% 0.4% -
HSV(B) 326.67º 0.52% 0.55% -
XYZ 15.31 10.56 15.14 -
YUV 93.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 139 67 107 0 0.52 0.23 0.45 326.67 0.35 0.4
Hex 8B 43 6B 0 34 17 2D 147 23 28
Octal 213 103 153 0 64 27 55 507 43 50
Binary 10001011 1000011 1101011 0 110100 10111 101101 101000111 100011 101000

Color Harmonies of #8B436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B436B

Black with #8B436B

Text Example


Text Example

White with #8B436B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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