Html Css Color HEX #8B446B Cosmic

📋 copy color: '#8B446B'

red 139 ◦ green 68 ◦ blue 107

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

Shades of Cosmic #8B446B

Tints of Cosmic #8B446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.66%

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

R = 44.27%
G = 21.66%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8B446B (or 0x8B446B) is known color: Cosmic. HEX triplet: 8B, 44 and 6B. RGB value is (139,68,107). Sum of RGB (Red+Green+Blue) = 139+68+107=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B446B is #74BB94. Grayscale: #5D5D5D. Windows color (decimal): -7650197 or 7029899. OLE color: 7029899.

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

Color convert

RGB 139 68 107 -
CMYK 0 0.51 0.23 0.45
HSL 327.04º 0.34% 0.41% -
HSV(B) 327.04º 0.51% 0.55% -
XYZ 15.37 10.68 15.16 -
YUV 93.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 139 68 107 0 0.51 0.23 0.45 327.04 0.34 0.41
Hex 8B 44 6B 0 33 17 2D 147 22 29
Octal 213 104 153 0 63 27 55 507 42 51
Binary 10001011 1000100 1101011 0 110011 10111 101101 101000111 100010 101001

Color Harmonies of #8B446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B446B

Black with #8B446B

Text Example


Text Example

White with #8B446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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