Html Css Color HEX #8B7095 Ce Soir

📋 copy color: '#8B7095'

red 139 ◦ green 112 ◦ blue 149

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

Shades of Ce Soir #8B7095

Tints of Ce Soir #8B7095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28%

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 34.75%
G = 28%
B = 37.25%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B7095 (or 0x8B7095) is known color: Ce Soir. HEX triplet: 8B, 70 and 95. RGB value is (139,112,149). Sum of RGB (Red+Green+Blue) = 139+112+149=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B7095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7095 is #748F6A. Grayscale: #7C7C7C. Windows color (decimal): -7638891 or 9793675. OLE color: 9793675.

HSL color Cylindrical-coordinate representation of color #8B7095: hue angle of 283.78º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7095 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 112 149 -
CMYK 0.07 0.25 0 0.42
HSL 283.78º 0.15% 0.51% -
HSV(B) 283.78º 0.25% 0.58% -
XYZ 21.87 19.25 31 -
YUV 124.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 139 112 149 0.07 0.25 0 0.42 283.78 0.15 0.51
Hex 8B 70 95 7 19 0 2A 11C F 33
Octal 213 160 225 7 31 0 52 434 17 63
Binary 10001011 1110000 10010101 111 11001 0 101010 100011100 1111 110011

Color Harmonies of #8B7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7095

Black with #8B7095

Text Example


Text Example

White with #8B7095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,112,149); }

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

background-color css

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

 a { background-color: rgb(139,112,149); }

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

border-color css

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

 span { border-color: rgb(139,112,149); }

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