Html Css Color HEX #865E97 Ce Soir

📋 copy color: '#865E97'

red 134 ◦ green 94 ◦ blue 151

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

Shades of Ce Soir #865E97

Tints of Ce Soir #865E97

RGB

 RED value IS 134 (52.73% from 255) = 35.36%

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 151 (59.38% from 255) = 39.84%

R = 35.36%
G = 24.8%
B = 39.84%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#865E97 (or 0x865E97) is known color: Ce Soir. HEX triplet: 86, 5E and 97. RGB value is (134,94,151). Sum of RGB (Red+Green+Blue) = 134+94+151=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #865E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865E97 is #79A168. Grayscale: #707070. Windows color (decimal): -7971177 or 9920134. OLE color: 9920134.

HSL color Cylindrical-coordinate representation of color #865E97: hue angle of 282.11º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865E97 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 94 151 -
CMYK 0.11 0.38 0 0.41
HSL 282.11º 0.23% 0.48% -
HSV(B) 282.11º 0.38% 0.59% -
XYZ 19.42 15.31 31.21 -
YUV 112.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 134 94 151 0.11 0.38 0 0.41 282.11 0.23 0.48
Hex 86 5E 97 B 26 0 29 11A 17 30
Octal 206 136 227 13 46 0 51 432 27 60
Binary 10000110 1011110 10010111 1011 100110 0 101001 100011010 10111 110000

Color Harmonies of #865E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E97

Black with #865E97

Text Example


Text Example

White with #865E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E97; }

 p { color: rgb(134,94,151); }

 H1.HeaderClassName
 {
   color: #865E97;
 }
 .AnyTagClassName
 {
   color: #865E97;
 }
</style>

background-color css

<style>
 a { background-color: #865E97; }

 a { background-color: rgb(134,94,151); }

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

border-color css

<style>
 span { border-color: #865E97; }

 span { border-color: rgb(134,94,151); }

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