Html Css Color HEX #8B446E Cosmic

📋 copy color: '#8B446E'

red 139 ◦ green 68 ◦ blue 110

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

Shades of Cosmic #8B446E

Tints of Cosmic #8B446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.7%

R = 43.85%
G = 21.45%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B446E (or 0x8B446E) is known color: Cosmic. HEX triplet: 8B, 44 and 6E. RGB value is (139,68,110). Sum of RGB (Red+Green+Blue) = 139+68+110=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B446E is #74BB91. Grayscale: #5D5D5D. Windows color (decimal): -7650194 or 7226507. OLE color: 7226507.

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

Color convert

RGB 139 68 110 -
CMYK 0 0.51 0.21 0.45
HSL 324.51º 0.34% 0.41% -
HSV(B) 324.51º 0.51% 0.55% -
XYZ 15.53 10.75 16.01 -
YUV 94.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 139 68 110 0 0.51 0.21 0.45 324.51 0.34 0.41
Hex 8B 44 6E 0 33 15 2D 145 22 29
Octal 213 104 156 0 63 25 55 505 42 51
Binary 10001011 1000100 1101110 0 110011 10101 101101 101000101 100010 101001

Color Harmonies of #8B446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B446E

Black with #8B446E

Text Example


Text Example

White with #8B446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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