Html Css Color HEX #865CAA Ce Soir

📋 copy color: '#865CAA'

red 134 ◦ green 92 ◦ blue 170

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

Shades of Ce Soir #865CAA

Tints of Ce Soir #865CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.23%

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

R = 33.84%
G = 23.23%
B = 42.93%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#865CAA (or 0x865CAA) is known color: Ce Soir. HEX triplet: 86, 5C and AA. RGB value is (134,92,170). Sum of RGB (Red+Green+Blue) = 134+92+170=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #865CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865CAA is #79A355. Grayscale: #717171. Windows color (decimal): -7971670 or 11164806. OLE color: 11164806.

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

Color convert

RGB 134 92 170 -
CMYK 0.21 0.46 0 0.33
HSL 272.31º 0.31% 0.51% -
HSV(B) 272.31º 0.46% 0.67% -
XYZ 20.91 15.62 39.94 -
YUV 113.45 159.91 142.66 -
System Red Green Blue C M Y K H S L
Decimal 134 92 170 0.21 0.46 0 0.33 272.31 0.31 0.51
Hex 86 5C AA 15 2E 0 21 110 1F 33
Octal 206 134 252 25 56 0 41 420 37 63
Binary 10000110 1011100 10101010 10101 101110 0 100001 100010000 11111 110011

Color Harmonies of #865CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865CAA

Black with #865CAA

Text Example


Text Example

White with #865CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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