Html Css Color HEX #835F9D Ce Soir

📋 copy color: '#835F9D'

red 131 ◦ green 95 ◦ blue 157

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

Shades of Ce Soir #835F9D

Tints of Ce Soir #835F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 34.2%
G = 24.8%
B = 40.99%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#835F9D (or 0x835F9D) is known color: Ce Soir. HEX triplet: 83, 5F and 9D. RGB value is (131,95,157). Sum of RGB (Red+Green+Blue) = 131+95+157=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #835F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835F9D is #7CA062. Grayscale: #707070. Windows color (decimal): -8167523 or 10313603. OLE color: 10313603.

HSL color Cylindrical-coordinate representation of color #835F9D: hue angle of 274.84º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835F9D is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 95 157 -
CMYK 0.17 0.39 0 0.38
HSL 274.84º 0.25% 0.49% -
HSV(B) 274.84º 0.39% 0.62% -
XYZ 19.54 15.44 33.85 -
YUV 112.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 131 95 157 0.17 0.39 0 0.38 274.84 0.25 0.49
Hex 83 5F 9D 11 27 0 26 113 19 31
Octal 203 137 235 21 47 0 46 423 31 61
Binary 10000011 1011111 10011101 10001 100111 0 100110 100010011 11001 110001

Color Harmonies of #835F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F9D

Black with #835F9D

Text Example


Text Example

White with #835F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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