Html Css Color HEX #8B416E Cosmic

📋 copy color: '#8B416E'

red 139 ◦ green 65 ◦ blue 110

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

Shades of Cosmic #8B416E

Tints of Cosmic #8B416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 44.27%
G = 20.7%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B416E (or 0x8B416E) is known color: Cosmic. HEX triplet: 8B, 41 and 6E. RGB value is (139,65,110). Sum of RGB (Red+Green+Blue) = 139+65+110=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B416E is #74BE91. Grayscale: #5C5C5C. Windows color (decimal): -7650962 or 7225739. OLE color: 7225739.

HSL color Cylindrical-coordinate representation of color #8B416E: hue angle of 323.51º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B416E is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 110 -
CMYK 0 0.53 0.21 0.45
HSL 323.51º 0.36% 0.4% -
HSV(B) 323.51º 0.53% 0.55% -
XYZ 15.35 10.4 15.95 -
YUV 92.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 139 65 110 0 0.53 0.21 0.45 323.51 0.36 0.4
Hex 8B 41 6E 0 35 15 2D 144 24 28
Octal 213 101 156 0 65 25 55 504 44 50
Binary 10001011 1000001 1101110 0 110101 10101 101101 101000100 100100 101000

Color Harmonies of #8B416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B416E

Black with #8B416E

Text Example


Text Example

White with #8B416E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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