Html Css Color HEX #835F99 Ce Soir

📋 copy color: '#835F99'

red 131 ◦ green 95 ◦ blue 153

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

Shades of Ce Soir #835F99

Tints of Ce Soir #835F99

RGB

 RED value IS 131 (51.56% from 255) = 34.56%

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

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

R = 34.56%
G = 25.07%
B = 40.37%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#835F99 (or 0x835F99) is known color: Ce Soir. HEX triplet: 83, 5F and 99. RGB value is (131,95,153). Sum of RGB (Red+Green+Blue) = 131+95+153=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #835F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835F99 is #7CA066. Grayscale: #707070. Windows color (decimal): -8167527 or 10051459. OLE color: 10051459.

HSL color Cylindrical-coordinate representation of color #835F99: hue angle of 277.24º 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 #835F99 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 95 153 -
CMYK 0.14 0.38 0 0.4
HSL 277.24º 0.23% 0.49% -
HSV(B) 277.24º 0.38% 0.6% -
XYZ 19.2 15.31 32.08 -
YUV 112.38 150.93 141.28 -
System Red Green Blue C M Y K H S L
Decimal 131 95 153 0.14 0.38 0 0.4 277.24 0.23 0.49
Hex 83 5F 99 E 26 0 28 115 17 31
Octal 203 137 231 16 46 0 50 425 27 61
Binary 10000011 1011111 10011001 1110 100110 0 101000 100010101 10111 110001

Color Harmonies of #835F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F99

Black with #835F99

Text Example


Text Example

White with #835F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835F99; }

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

 H1.HeaderClassName
 {
   color: #835F99;
 }
 .AnyTagClassName
 {
   color: #835F99;
 }
</style>

background-color css

<style>
 a { background-color: #835F99; }

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

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

border-color css

<style>
 span { border-color: #835F99; }

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

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