Html Css Color HEX #865EAB Ce Soir

📋 copy color: '#865EAB'

red 134 ◦ green 94 ◦ blue 171

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

Shades of Ce Soir #865EAB

Tints of Ce Soir #865EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 33.58%
G = 23.56%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#865EAB (or 0x865EAB) is known color: Ce Soir. HEX triplet: 86, 5E and AB. RGB value is (134,94,171). Sum of RGB (Red+Green+Blue) = 134+94+171=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #865EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865EAB is #79A154. Grayscale: #727272. Windows color (decimal): -7971157 or 11230854. OLE color: 11230854.

HSL color Cylindrical-coordinate representation of color #865EAB: hue angle of 271.17º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #865EAB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 94 171 -
CMYK 0.22 0.45 0 0.33
HSL 271.17º 0.31% 0.52% -
HSV(B) 271.17º 0.45% 0.67% -
XYZ 21.18 16.01 40.5 -
YUV 114.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 134 94 171 0.22 0.45 0 0.33 271.17 0.31 0.52
Hex 86 5E AB 16 2D 0 21 10F 1F 34
Octal 206 136 253 26 55 0 41 417 37 64
Binary 10000110 1011110 10101011 10110 101101 0 100001 100001111 11111 110100

Color Harmonies of #865EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865EAB

Black with #865EAB

Text Example


Text Example

White with #865EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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