Html Css Color HEX #865FAA Ce Soir

📋 copy color: '#865FAA'

red 134 ◦ green 95 ◦ blue 170

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

Shades of Ce Soir #865FAA

Tints of Ce Soir #865FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 33.58%
G = 23.81%
B = 42.61%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#865FAA (or 0x865FAA) is known color: Ce Soir. HEX triplet: 86, 5F and AA. RGB value is (134,95,170). Sum of RGB (Red+Green+Blue) = 134+95+170=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #865FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865FAA is #79A055. Grayscale: #727272. Windows color (decimal): -7970902 or 11165574. OLE color: 11165574.

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

Color convert

RGB 134 95 170 -
CMYK 0.21 0.44 0 0.33
HSL 271.2º 0.31% 0.52% -
HSV(B) 271.2º 0.44% 0.67% -
XYZ 21.18 16.16 40.03 -
YUV 115.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 134 95 170 0.21 0.44 0 0.33 271.2 0.31 0.52
Hex 86 5F AA 15 2C 0 21 10F 1F 34
Octal 206 137 252 25 54 0 41 417 37 64
Binary 10000110 1011111 10101010 10101 101100 0 100001 100001111 11111 110100

Color Harmonies of #865FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865FAA

Black with #865FAA

Text Example


Text Example

White with #865FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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