Html Css Color HEX #8B446D Cosmic

📋 copy color: '#8B446D'

red 139 ◦ green 68 ◦ blue 109

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

Shades of Cosmic #8B446D

Tints of Cosmic #8B446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 43.99%
G = 21.52%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B446D (or 0x8B446D) is known color: Cosmic. HEX triplet: 8B, 44 and 6D. RGB value is (139,68,109). Sum of RGB (Red+Green+Blue) = 139+68+109=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B446D is #74BB92. Grayscale: #5D5D5D. Windows color (decimal): -7650195 or 7160971. OLE color: 7160971.

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

Color convert

RGB 139 68 109 -
CMYK 0 0.51 0.22 0.45
HSL 325.35º 0.34% 0.41% -
HSV(B) 325.35º 0.51% 0.55% -
XYZ 15.47 10.73 15.72 -
YUV 93.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 139 68 109 0 0.51 0.22 0.45 325.35 0.34 0.41
Hex 8B 44 6D 0 33 16 2D 145 22 29
Octal 213 104 155 0 63 26 55 505 42 51
Binary 10001011 1000100 1101101 0 110011 10110 101101 101000101 100010 101001

Color Harmonies of #8B446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B446D

Black with #8B446D

Text Example


Text Example

White with #8B446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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