Html Css Color HEX #865DAE Ce Soir

📋 copy color: '#865DAE'

red 134 ◦ green 93 ◦ blue 174

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

Shades of Ce Soir #865DAE

Tints of Ce Soir #865DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 174 (68.36% from 255) = 43.39%

R = 33.42%
G = 23.19%
B = 43.39%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#865DAE (or 0x865DAE) is known color: Ce Soir. HEX triplet: 86, 5D and AE. RGB value is (134,93,174). Sum of RGB (Red+Green+Blue) = 134+93+174=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #865DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DAE is #79A251. Grayscale: #727272. Windows color (decimal): -7971410 or 11427206. OLE color: 11427206.

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

Color convert

RGB 134 93 174 -
CMYK 0.23 0.47 0 0.32
HSL 270.37º 0.33% 0.52% -
HSV(B) 270.37º 0.47% 0.68% -
XYZ 21.39 15.95 42 -
YUV 114.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 134 93 174 0.23 0.47 0 0.32 270.37 0.33 0.52
Hex 86 5D AE 17 2F 0 20 10E 21 34
Octal 206 135 256 27 57 0 40 416 41 64
Binary 10000110 1011101 10101110 10111 101111 0 100000 100001110 100001 110100

Color Harmonies of #865DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DAE

Black with #865DAE

Text Example


Text Example

White with #865DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,174); }

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

background-color css

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

 a { background-color: rgb(134,93,174); }

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

border-color css

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

 span { border-color: rgb(134,93,174); }

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