Html Css Color HEX #8B446C Cosmic

📋 copy color: '#8B446C'

red 139 ◦ green 68 ◦ blue 108

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

Shades of Cosmic #8B446C

Tints of Cosmic #8B446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 44.13%
G = 21.59%
B = 34.29%

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

#8B446C (or 0x8B446C) is known color: Cosmic. HEX triplet: 8B, 44 and 6C. RGB value is (139,68,108). Sum of RGB (Red+Green+Blue) = 139+68+108=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B446C is #74BB93. Grayscale: #5D5D5D. Windows color (decimal): -7650196 or 7095435. OLE color: 7095435.

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

Color convert

RGB 139 68 108 -
CMYK 0 0.51 0.22 0.45
HSL 326.2º 0.34% 0.41% -
HSV(B) 326.2º 0.51% 0.55% -
XYZ 15.42 10.71 15.44 -
YUV 93.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 139 68 108 0 0.51 0.22 0.45 326.2 0.34 0.41
Hex 8B 44 6C 0 33 16 2D 146 22 29
Octal 213 104 154 0 63 26 55 506 42 51
Binary 10001011 1000100 1101100 0 110011 10110 101101 101000110 100010 101001

Color Harmonies of #8B446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B446C

Black with #8B446C

Text Example


Text Example

White with #8B446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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