Html Css Color HEX #8B5F99 Ce Soir

📋 copy color: '#8B5F99'

red 139 ◦ green 95 ◦ blue 153

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

Shades of Ce Soir #8B5F99

Tints of Ce Soir #8B5F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 153 (60.16% from 255) = 39.53%

R = 35.92%
G = 24.55%
B = 39.53%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8B5F99 (or 0x8B5F99) is known color: Ce Soir. HEX triplet: 8B, 5F and 99. RGB value is (139,95,153). Sum of RGB (Red+Green+Blue) = 139+95+153=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B5F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5F99 is #74A066. Grayscale: #727272. Windows color (decimal): -7643239 or 10051467. OLE color: 10051467.

HSL color Cylindrical-coordinate representation of color #8B5F99: hue angle of 285.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5F99 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 139 95 153 -
CMYK 0.09 0.38 0 0.4
HSL 285.52º 0.23% 0.49% -
HSV(B) 285.52º 0.38% 0.6% -
XYZ 20.49 15.97 32.14 -
YUV 114.77 149.58 145.28 -
System Red Green Blue C M Y K H S L
Decimal 139 95 153 0.09 0.38 0 0.4 285.52 0.23 0.49
Hex 8B 5F 99 9 26 0 28 11E 17 31
Octal 213 137 231 11 46 0 50 436 27 61
Binary 10001011 1011111 10011001 1001 100110 0 101000 100011110 10111 110001

Color Harmonies of #8B5F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5F99

Black with #8B5F99

Text Example


Text Example

White with #8B5F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,95,153); }

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

background-color css

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

 a { background-color: rgb(139,95,153); }

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

border-color css

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

 span { border-color: rgb(139,95,153); }

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