Html Css Color HEX #865EAD Ce Soir

📋 copy color: '#865EAD'

red 134 ◦ green 94 ◦ blue 173

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

Shades of Ce Soir #865EAD

Tints of Ce Soir #865EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 33.42%
G = 23.44%
B = 43.14%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#865EAD (or 0x865EAD) is known color: Ce Soir. HEX triplet: 86, 5E and AD. RGB value is (134,94,173). Sum of RGB (Red+Green+Blue) = 134+94+173=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #865EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865EAD is #79A152. Grayscale: #727272. Windows color (decimal): -7971155 or 11361926. OLE color: 11361926.

HSL color Cylindrical-coordinate representation of color #865EAD: hue angle of 270.38º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #865EAD is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 94 173 -
CMYK 0.23 0.46 0 0.32
HSL 270.38º 0.33% 0.52% -
HSV(B) 270.38º 0.46% 0.68% -
XYZ 21.38 16.09 41.51 -
YUV 114.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 134 94 173 0.23 0.46 0 0.32 270.38 0.33 0.52
Hex 86 5E AD 17 2E 0 20 10E 21 34
Octal 206 136 255 27 56 0 40 416 41 64
Binary 10000110 1011110 10101101 10111 101110 0 100000 100001110 100001 110100

Color Harmonies of #865EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EAD

Black with #865EAD

Text Example


Text Example

White with #865EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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