Html Css Color HEX #865BAA Ce Soir

📋 copy color: '#865BAA'

red 134 ◦ green 91 ◦ blue 170

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

Shades of Ce Soir #865BAA

Tints of Ce Soir #865BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 33.92%
G = 23.04%
B = 43.04%

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

#865BAA (or 0x865BAA) is known color: Ce Soir. HEX triplet: 86, 5B and AA. RGB value is (134,91,170). Sum of RGB (Red+Green+Blue) = 134+91+170=395 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.92% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #865BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865BAA is #79A455. Grayscale: #707070. Windows color (decimal): -7971926 or 11164550. OLE color: 11164550.

HSL color Cylindrical-coordinate representation of color #865BAA: hue angle of 272.66º degrees, saturation: 0.32, 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 #865BAA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 91 170 -
CMYK 0.21 0.46 0 0.33
HSL 272.66º 0.32% 0.51% -
HSV(B) 272.66º 0.46% 0.67% -
XYZ 20.83 15.45 39.92 -
YUV 112.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 134 91 170 0.21 0.46 0 0.33 272.66 0.32 0.51
Hex 86 5B AA 15 2E 0 21 111 20 33
Octal 206 133 252 25 56 0 41 421 40 63
Binary 10000110 1011011 10101010 10101 101110 0 100001 100010001 100000 110011

Color Harmonies of #865BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865BAA

Black with #865BAA

Text Example


Text Example

White with #865BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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