Html Css Color HEX #865FA9 Ce Soir

📋 copy color: '#865FA9'

red 134 ◦ green 95 ◦ blue 169

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

Shades of Ce Soir #865FA9

Tints of Ce Soir #865FA9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 169 (66.41% from 255) = 42.46%

R = 33.67%
G = 23.87%
B = 42.46%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#865FA9 (or 0x865FA9) is known color: Ce Soir. HEX triplet: 86, 5F and A9. RGB value is (134,95,169). Sum of RGB (Red+Green+Blue) = 134+95+169=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #865FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865FA9 is #79A056. Grayscale: #727272. Windows color (decimal): -7970903 or 11100038. OLE color: 11100038.

HSL color Cylindrical-coordinate representation of color #865FA9: hue angle of 271.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865FA9 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 95 169 -
CMYK 0.21 0.44 0 0.34
HSL 271.62º 0.3% 0.52% -
HSV(B) 271.62º 0.44% 0.66% -
XYZ 21.09 16.12 39.54 -
YUV 115.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 134 95 169 0.21 0.44 0 0.34 271.62 0.3 0.52
Hex 86 5F A9 15 2C 0 22 110 1E 34
Octal 206 137 251 25 54 0 42 420 36 64
Binary 10000110 1011111 10101001 10101 101100 0 100010 100010000 11110 110100

Color Harmonies of #865FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FA9

Black with #865FA9

Text Example


Text Example

White with #865FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,95,169); }

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

background-color css

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

 a { background-color: rgb(134,95,169); }

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

border-color css

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

 span { border-color: rgb(134,95,169); }

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