Html Css Color HEX #8B3E66 Cosmic

📋 copy color: '#8B3E66'

red 139 ◦ green 62 ◦ blue 102

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

Shades of Cosmic #8B3E66

Tints of Cosmic #8B3E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.46%

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 45.87%
G = 20.46%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B3E66 (or 0x8B3E66) is known color: Cosmic. HEX triplet: 8B, 3E and 66. RGB value is (139,62,102). Sum of RGB (Red+Green+Blue) = 139+62+102=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E66 is #74C199. Grayscale: #595959. Windows color (decimal): -7651738 or 6700683. OLE color: 6700683.

HSL color Cylindrical-coordinate representation of color #8B3E66: hue angle of 328.83º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3E66 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 62 102 -
CMYK 0 0.55 0.27 0.45
HSL 328.83º 0.38% 0.39% -
HSV(B) 328.83º 0.55% 0.55% -
XYZ 14.77 9.89 13.7 -
YUV 89.58 135.01 163.25 -
System Red Green Blue C M Y K H S L
Decimal 139 62 102 0 0.55 0.27 0.45 328.83 0.38 0.39
Hex 8B 3E 66 0 37 1B 2D 149 26 27
Octal 213 76 146 0 67 33 55 511 46 47
Binary 10001011 111110 1100110 0 110111 11011 101101 101001001 100110 100111

Color Harmonies of #8B3E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3E66

Black with #8B3E66

Text Example


Text Example

White with #8B3E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,62,102); }

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

background-color css

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

 a { background-color: rgb(139,62,102); }

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

border-color css

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

 span { border-color: rgb(139,62,102); }

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