Html Css Color HEX #865DAC Ce Soir

📋 copy color: '#865DAC'

red 134 ◦ green 93 ◦ blue 172

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

Shades of Ce Soir #865DAC

Tints of Ce Soir #865DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 33.58%
G = 23.31%
B = 43.11%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#865DAC (or 0x865DAC) is known color: Ce Soir. HEX triplet: 86, 5D and AC. RGB value is (134,93,172). Sum of RGB (Red+Green+Blue) = 134+93+172=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #865DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865DAC is #79A253. Grayscale: #717171. Windows color (decimal): -7971412 or 11296134. OLE color: 11296134.

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

Color convert

RGB 134 93 172 -
CMYK 0.22 0.46 0 0.33
HSL 271.14º 0.32% 0.52% -
HSV(B) 271.14º 0.46% 0.67% -
XYZ 21.19 15.88 40.98 -
YUV 114.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 134 93 172 0.22 0.46 0 0.33 271.14 0.32 0.52
Hex 86 5D AC 16 2E 0 21 10F 20 34
Octal 206 135 254 26 56 0 41 417 40 64
Binary 10000110 1011101 10101100 10110 101110 0 100001 100001111 100000 110100

Color Harmonies of #865DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865DAC

Black with #865DAC

Text Example


Text Example

White with #865DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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