Html Css Color HEX #8B7294 Ce Soir

📋 copy color: '#8B7294'

red 139 ◦ green 114 ◦ blue 148

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

Shades of Ce Soir #8B7294

Tints of Ce Soir #8B7294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

 BLUE value IS 148 (58.2% from 255) = 36.91%

R = 34.66%
G = 28.43%
B = 36.91%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B7294 (or 0x8B7294) is known color: Ce Soir. HEX triplet: 8B, 72 and 94. RGB value is (139,114,148). Sum of RGB (Red+Green+Blue) = 139+114+148=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B7294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7294 is #748D6B. Grayscale: #7D7D7D. Windows color (decimal): -7638380 or 9728651. OLE color: 9728651.

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

Color convert

RGB 139 114 148 -
CMYK 0.06 0.23 0 0.42
HSL 284.12º 0.14% 0.51% -
HSV(B) 284.12º 0.23% 0.58% -
XYZ 22.01 19.66 30.65 -
YUV 125.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 139 114 148 0.06 0.23 0 0.42 284.12 0.14 0.51
Hex 8B 72 94 6 17 0 2A 11C E 33
Octal 213 162 224 6 27 0 52 434 16 63
Binary 10001011 1110010 10010100 110 10111 0 101010 100011100 1110 110011

Color Harmonies of #8B7294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7294

Black with #8B7294

Text Example


Text Example

White with #8B7294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,148); }

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

background-color css

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

 a { background-color: rgb(139,114,148); }

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

border-color css

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

 span { border-color: rgb(139,114,148); }

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