Html Css Color HEX #865DA0 Ce Soir

📋 copy color: '#865DA0'

red 134 ◦ green 93 ◦ blue 160

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

Shades of Ce Soir #865DA0

Tints of Ce Soir #865DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 34.63%
G = 24.03%
B = 41.34%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#865DA0 (or 0x865DA0) is known color: Ce Soir. HEX triplet: 86, 5D and A0. RGB value is (134,93,160). Sum of RGB (Red+Green+Blue) = 134+93+160=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #865DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DA0 is #79A25F. Grayscale: #707070. Windows color (decimal): -7971424 or 10509702. OLE color: 10509702.

HSL color Cylindrical-coordinate representation of color #865DA0: hue angle of 276.72º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #865DA0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 93 160 -
CMYK 0.16 0.42 0 0.37
HSL 276.72º 0.26% 0.5% -
HSV(B) 276.72º 0.42% 0.63% -
XYZ 20.09 15.44 35.18 -
YUV 112.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 134 93 160 0.16 0.42 0 0.37 276.72 0.26 0.5
Hex 86 5D A0 10 2A 0 25 115 1A 32
Octal 206 135 240 20 52 0 45 425 32 62
Binary 10000110 1011101 10100000 10000 101010 0 100101 100010101 11010 110010

Color Harmonies of #865DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DA0

Black with #865DA0

Text Example


Text Example

White with #865DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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